Skip to content

Commit 2ea1062

Browse files
committed
Update all templates and docs to refer to version 4.0.76
1 parent 3480bcf commit 2ea1062

13 files changed

Lines changed: 21 additions & 18 deletions

File tree

MSBuild.SDK.SystemWeb.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A4372060
2727
Test.snk = Test.snk
2828
version.json = version.json
2929
EndProjectSection
30+
ProjectSection(FolderGlobals) = preProject
31+
C_5_4Users_4Cynth_4source_4repos_4MSBuild_1SDK_1SystemWeb_4global_1json__JsonSchema =
32+
EndProjectSection
3033
EndProject
3134
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleEmptyWebApplication", "samples\ExampleEmptyWebApplication\ExampleEmptyWebApplication.csproj", "{BA8C0E69-87E1-46F8-A871-F1CDD8760A75}"
3235
EndProject

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r
4040
Either append the version to the package name:
4141

4242
```xml
43-
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
43+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
4444
...
4545
```
4646

@@ -49,7 +49,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo
4949
```json
5050
{
5151
"msbuild-sdks": {
52-
"MSBuild.SDK.SystemWeb" : "4.0.69"
52+
"MSBuild.SDK.SystemWeb" : "4.0.76"
5353
}
5454
}
5555
```

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r
3636
Either append the version to the package name:
3737

3838
```xml
39-
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
39+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
4040
...
4141
```
4242

@@ -45,7 +45,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo
4545
```json
4646
{
4747
"msbuild-sdks": {
48-
"MSBuild.SDK.SystemWeb" : "4.0.69"
48+
"MSBuild.SDK.SystemWeb" : "4.0.76"
4949
}
5050
}
5151
```

docs/RazorLibrary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r
1414
Either append the version to the package name:
1515

1616
```xml
17-
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.69">
17+
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.76">
1818
...
1919
```
2020

@@ -23,7 +23,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo
2323
```json
2424
{
2525
"msbuild-sdks": {
26-
"MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.69"
26+
"MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.76"
2727
}
2828
}
2929
```

docs/SDK.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r
1313
Either append the version (as shown in the nuget shield above) to the package name:
1414

1515
```xml
16-
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
16+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
1717
...
1818
```
1919

@@ -22,7 +22,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo
2222
```json
2323
{
2424
"msbuild-sdks": {
25-
"MSBuild.SDK.SystemWeb" : "4.0.69"
25+
"MSBuild.SDK.SystemWeb" : "4.0.76"
2626
}
2727
}
2828
```

src/MSBuild.SDK.SystemWeb.RazorLibrary/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When using an MSBuild Project SDK obtained via NuGet (such as the SDKs in this r
1414
Either append the version to the package name:
1515

1616
```xml
17-
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.69">
17+
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.76">
1818
...
1919
```
2020

@@ -23,7 +23,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo
2323
```json
2424
{
2525
"msbuild-sdks": {
26-
"MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.69"
26+
"MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.76"
2727
}
2828
}
2929
```

src/MSBuild.SDK.SystemWeb.Templates/templates/Empty.SystemWeb.CS/EmptySystemWeb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
1+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
44
</PropertyGroup>

src/MSBuild.SDK.SystemWeb.Templates/templates/Empty.SystemWeb.VB/EmptySystemWeb.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
1+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
44
</PropertyGroup>

src/MSBuild.SDK.SystemWeb.Templates/templates/Full.SystemWeb.CS/FullSystemWeb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
1+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
44
<Copyright>Copyright © (copyrightYear)</Copyright>

src/MSBuild.SDK.SystemWeb.Templates/templates/Full.SystemWeb.VB/FullSystemWeb.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.69">
1+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.76">
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
44
<Copyright>Copyright © (copyrightYear)</Copyright>

0 commit comments

Comments
 (0)