Removal of global.json from the template

I remove only global.json from the template, and leave global.json in the repository root, since it is required for the build.
See #1324
This commit is contained in:
Andrii Kurdiumov 2018-09-04 23:50:10 +06:00 committed by Steve Sanderson
parent 953479ce21
commit 6546c55f4c
4 changed files with 0 additions and 18 deletions

View File

@ -62,9 +62,6 @@ EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorStandalone-CSharp", "src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorStandalone-CSharp\BlazorStandalone-CSharp.csproj", "{A092FA91-856B-4ACA-B1C2-10BDBA366185}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BlazorHosted-CSharp", "BlazorHosted-CSharp", "{73DA1DFD-79F0-4BA2-B0B6-4F3A21D2C3F8}"
ProjectSection(SolutionItems) = preProject
src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorHosted-CSharp\global.json = src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorHosted-CSharp\global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorHosted-CSharp.Client", "src\Microsoft.AspNetCore.Blazor.Templates\content\BlazorHosted-CSharp\BlazorHosted-CSharp.Client\BlazorHosted-CSharp.Client.csproj", "{7549444A-9C81-44DE-AD0D-2C55501EAAC7}"
EndProject

View File

@ -1,5 +0,0 @@
{
"sdk": {
"version": "2.1.300"
}
}

View File

@ -1,5 +0,0 @@
{
"sdk": {
"version": "2.1.300"
}
}

View File

@ -1,5 +0,0 @@
{
"sdk": {
"version": "2.1.300"
}
}