Skip to content

Commit

Permalink
Bump to V4.0.88 and skip nuget package conflicts during build
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod committed Mar 7, 2023
1 parent 52e3c81 commit d176021
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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.87">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
...
```

Expand All @@ -50,7 +50,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.87"
"MSBuild.SDK.SystemWeb" : "4.0.88"
}
}
```
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ steps:
packagesToPush: $(Build.ArtifactStagingDirectory)\*.nupkg
verbosityPush: 'Detailed'
nuGetFeedType: 'external'
allowPackageConflicts: true

- powershell: |
Write-Host "Tagging Build: $env:BuildNumber"
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.87">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
...
```

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.87"
"MSBuild.SDK.SystemWeb" : "4.0.88"
}
}
```
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.87">
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.88">
...
```

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.87"
"MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.88"
}
}
```
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.87">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
...
```

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.87"
"MSBuild.SDK.SystemWeb" : "4.0.88"
}
}
```
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.87">
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.88">
...
```

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.87"
"MSBuild.SDK.SystemWeb.RazorLibrary" : "4.0.88"
}
}
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.87">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
<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.87">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
<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.87">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
<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.87">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
<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.87">
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.88">
<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.87">
<Project Sdk="MSBuild.SDK.SystemWeb.RazorLibrary/4.0.88">
<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.87">
<Project Sdk="MSBuild.SDK.SystemWeb/4.0.88">
...
```

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.87"
"MSBuild.SDK.SystemWeb" : "4.0.88"
}
}
```
Expand Down

0 comments on commit d176021

Please sign in to comment.