diff --git a/MSBuild.SDK.SystemWeb.sln b/MSBuild.SDK.SystemWeb.sln index 0b59cbe..f0f5634 100644 --- a/MSBuild.SDK.SystemWeb.sln +++ b/MSBuild.SDK.SystemWeb.sln @@ -27,6 +27,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A4372060 Test.snk = Test.snk version.json = version.json EndProjectSection + ProjectSection(FolderGlobals) = preProject + C_5_4Users_4Cynth_4source_4repos_4MSBuild_1SDK_1SystemWeb_4global_1json__JsonSchema = + EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleEmptyWebApplication", "samples\ExampleEmptyWebApplication\ExampleEmptyWebApplication.csproj", "{BA8C0E69-87E1-46F8-A871-F1CDD8760A75}" EndProject diff --git a/README.md b/README.md index c745bf0..1469dd6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r Either append the version to the package name: ```xml - + ... ``` @@ -49,7 +49,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo ```json { "msbuild-sdks": { - "MSBuild.SDK.SystemWeb" : "4.0.69" + "MSBuild.SDK.SystemWeb" : "4.0.76" } } ``` diff --git a/docs/README.md b/docs/README.md index d5508c1..8333da5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,7 +36,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r Either append the version to the package name: ```xml - + ... ``` @@ -45,7 +45,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo ```json { "msbuild-sdks": { - "MSBuild.SDK.SystemWeb" : "4.0.69" + "MSBuild.SDK.SystemWeb" : "4.0.76" } } ``` diff --git a/docs/RazorLibrary.md b/docs/RazorLibrary.md index 8eb34b1..7f9f027 100644 --- a/docs/RazorLibrary.md +++ b/docs/RazorLibrary.md @@ -14,7 +14,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r Either append the version to the package name: ```xml - + ... ``` @@ -23,7 +23,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo ```json { "msbuild-sdks": { - "MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.69" + "MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.76" } } ``` diff --git a/docs/SDK.md b/docs/SDK.md index e6442e2..12f8d77 100644 --- a/docs/SDK.md +++ b/docs/SDK.md @@ -13,7 +13,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r Either append the version (as shown in the nuget shield above) to the package name: ```xml - + ... ``` @@ -22,7 +22,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo ```json { "msbuild-sdks": { - "MSBuild.SDK.SystemWeb" : "4.0.69" + "MSBuild.SDK.SystemWeb" : "4.0.76" } } ``` diff --git a/src/MSBuild.SDK.SystemWeb.RazorLibrary/README.md b/src/MSBuild.SDK.SystemWeb.RazorLibrary/README.md index 8eb34b1..7f9f027 100644 --- a/src/MSBuild.SDK.SystemWeb.RazorLibrary/README.md +++ b/src/MSBuild.SDK.SystemWeb.RazorLibrary/README.md @@ -14,7 +14,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r Either append the version to the package name: ```xml - + ... ``` @@ -23,7 +23,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo ```json { "msbuild-sdks": { - "MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.69" + "MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.76" } } ``` diff --git a/src/MSBuild.SDK.SystemWeb.Templates/templates/Empty.SystemWeb.CS/EmptySystemWeb.csproj b/src/MSBuild.SDK.SystemWeb.Templates/templates/Empty.SystemWeb.CS/EmptySystemWeb.csproj index 88fc609..6a68992 100644 --- a/src/MSBuild.SDK.SystemWeb.Templates/templates/Empty.SystemWeb.CS/EmptySystemWeb.csproj +++ b/src/MSBuild.SDK.SystemWeb.Templates/templates/Empty.SystemWeb.CS/EmptySystemWeb.csproj @@ -1,4 +1,4 @@ - + net48 diff --git a/src/MSBuild.SDK.SystemWeb.Templates/templates/Empty.SystemWeb.VB/EmptySystemWeb.vbproj b/src/MSBuild.SDK.SystemWeb.Templates/templates/Empty.SystemWeb.VB/EmptySystemWeb.vbproj index 2d8815a..3f59320 100644 --- a/src/MSBuild.SDK.SystemWeb.Templates/templates/Empty.SystemWeb.VB/EmptySystemWeb.vbproj +++ b/src/MSBuild.SDK.SystemWeb.Templates/templates/Empty.SystemWeb.VB/EmptySystemWeb.vbproj @@ -1,4 +1,4 @@ - + net48 diff --git a/src/MSBuild.SDK.SystemWeb.Templates/templates/Full.SystemWeb.CS/FullSystemWeb.csproj b/src/MSBuild.SDK.SystemWeb.Templates/templates/Full.SystemWeb.CS/FullSystemWeb.csproj index 48ef5be..cf600ee 100644 --- a/src/MSBuild.SDK.SystemWeb.Templates/templates/Full.SystemWeb.CS/FullSystemWeb.csproj +++ b/src/MSBuild.SDK.SystemWeb.Templates/templates/Full.SystemWeb.CS/FullSystemWeb.csproj @@ -1,4 +1,4 @@ - + net48 Copyright © (copyrightYear) diff --git a/src/MSBuild.SDK.SystemWeb.Templates/templates/Full.SystemWeb.VB/FullSystemWeb.vbproj b/src/MSBuild.SDK.SystemWeb.Templates/templates/Full.SystemWeb.VB/FullSystemWeb.vbproj index 91aef45..7d65703 100644 --- a/src/MSBuild.SDK.SystemWeb.Templates/templates/Full.SystemWeb.VB/FullSystemWeb.vbproj +++ b/src/MSBuild.SDK.SystemWeb.Templates/templates/Full.SystemWeb.VB/FullSystemWeb.vbproj @@ -1,4 +1,4 @@ - + net48 Copyright © (copyrightYear) diff --git a/src/MSBuild.SDK.SystemWeb.Templates/templates/RazorLibrary.SystemWeb.CS/RazorSystemWeb.csproj b/src/MSBuild.SDK.SystemWeb.Templates/templates/RazorLibrary.SystemWeb.CS/RazorSystemWeb.csproj index f69a2c3..234d816 100644 --- a/src/MSBuild.SDK.SystemWeb.Templates/templates/RazorLibrary.SystemWeb.CS/RazorSystemWeb.csproj +++ b/src/MSBuild.SDK.SystemWeb.Templates/templates/RazorLibrary.SystemWeb.CS/RazorSystemWeb.csproj @@ -1,4 +1,4 @@ - + net48 diff --git a/src/MSBuild.SDK.SystemWeb.Templates/templates/RazorLibrary.SystemWeb.VB/RazorSystemWeb.vbproj b/src/MSBuild.SDK.SystemWeb.Templates/templates/RazorLibrary.SystemWeb.VB/RazorSystemWeb.vbproj index 08cde91..c2d5d5e 100644 --- a/src/MSBuild.SDK.SystemWeb.Templates/templates/RazorLibrary.SystemWeb.VB/RazorSystemWeb.vbproj +++ b/src/MSBuild.SDK.SystemWeb.Templates/templates/RazorLibrary.SystemWeb.VB/RazorSystemWeb.vbproj @@ -1,4 +1,4 @@ - + net48 diff --git a/src/MSBuild.SDK.SystemWeb/README.md b/src/MSBuild.SDK.SystemWeb/README.md index a92f099..ac275a1 100644 --- a/src/MSBuild.SDK.SystemWeb/README.md +++ b/src/MSBuild.SDK.SystemWeb/README.md @@ -13,7 +13,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r Either append the version to the package name: ```xml - + ... ``` @@ -22,7 +22,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo ```json { "msbuild-sdks": { - "MSBuild.SDK.SystemWeb" : "4.0.69" + "MSBuild.SDK.SystemWeb" : "4.0.76" } } ```