Skip to content

Commit d176021

Browse files
committed
Bump to V4.0.88 and skip nuget package conflicts during build
1 parent 52e3c81 commit d176021

File tree

13 files changed

+19
-18
lines changed

13 files changed

+19
-18
lines changed

README.md

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

4343
```xml
44-
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.87">
44+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
4545
...
4646
```
4747

@@ -50,7 +50,7 @@ Or omit the version from the SDK attribute and specify it in the version in `glo
5050
```json
5151
{
5252
"msbuild-sdks": {
53-
"MSBuild.SDK.SystemWeb" : "4.0.87"
53+
"MSBuild.SDK.SystemWeb" : "4.0.88"
5454
}
5555
}
5656
```

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ steps:
158158
packagesToPush: $(Build.ArtifactStagingDirectory)\*.nupkg
159159
verbosityPush: 'Detailed'
160160
nuGetFeedType: 'external'
161+
allowPackageConflicts: true
161162

162163
- powershell: |
163164
Write-Host "Tagging Build: $env:BuildNumber"

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.87">
39+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
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.87"
48+
"MSBuild.SDK.SystemWeb" : "4.0.88"
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.87">
17+
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.88">
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.87"
26+
"MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.88"
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.87">
16+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
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.87"
25+
"MSBuild.SDK.SystemWeb" : "4.0.88"
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.87">
17+
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.88">
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.87"
26+
"MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.88"
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.87">
1+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
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.87">
1+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
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.87">
1+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
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.87">
1+
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
22
<PropertyGroup>
33
<TargetFramework>net48</TargetFramework>
44
<Copyright>Copyright © (copyrightYear)</Copyright>

0 commit comments

Comments
 (0)