mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Add global.json to templates specifying SDK preview 2 (otherwise, preview 3 breaks it). Will need to exclude/modify this file when emitting csproj projects.
This commit is contained in:
3
templates/ReactReduxSpa/global.json
Normal file
3
templates/ReactReduxSpa/global.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"sdk": { "version": "1.0.0-preview2-003121" }
|
||||
}
|
||||
Reference in New Issue
Block a user