Skip to content

Commit

Permalink
Update all templates and docs to refer to version 4.0.76
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod committed Apr 1, 2022
1 parent 3480bcf commit 2ea1062
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 18 deletions.
3 changes: 3 additions & 0 deletions MSBuild.SDK.SystemWeb.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
...
```

Expand All @@ -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"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
...
```

Expand All @@ -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"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/RazorLibrary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.69">
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.76">
...
```

Expand All @@ -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"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/SDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
...
```

Expand All @@ -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"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions src/MSBuild.SDK.SystemWeb.RazorLibrary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.69">
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.76">
...
```

Expand All @@ -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"
}
}
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Copyright>Copyright © (copyrightYear)</Copyright>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Copyright>Copyright © (copyrightYear)</Copyright>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.83">
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.76">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.83">
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.76">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/MSBuild.SDK.SystemWeb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
...
```

Expand All @@ -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"
}
}
```
Expand Down

0 comments on commit 2ea1062

Please sign in to comment.