Skip to content

Commit 2c6ccd7

Browse files
Update dotnet monorepo (#509)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Berger <pascal.berger@swissgrc.com>
1 parent 1c44c72 commit 2c6ccd7

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ install:
1111
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
1212
- ps: Invoke-WebRequest -Uri "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
1313
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 5.0.408 -InstallDir $env:DOTNET_INSTALL_DIR'
14-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.404 -InstallDir $env:DOTNET_INSTALL_DIR'
15-
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.100 -InstallDir $env:DOTNET_INSTALL_DIR'
14+
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 8.0.405 -InstallDir $env:DOTNET_INSTALL_DIR'
15+
- ps: '& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 9.0.102 -InstallDir $env:DOTNET_INSTALL_DIR'
1616
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
1717
- ps: dotnet --info
1818

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "9.0.101",
4+
"version": "9.0.102",
55
"rollForward": "latestFeature"
66
}
77
}

src/Cake.AzureDevOps.Tests/Cake.AzureDevOps.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
3030
<!--Transitive dependencies specified to fix security vulnerabilities-->
3131
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
32-
<PackageReference Include="System.Formats.Asn1" Version="9.0.0" />
32+
<PackageReference Include="System.Formats.Asn1" Version="9.0.1" />
3333
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
3434
<PackageReference Include="System.Net.Http" Version="4.3.4" />
3535
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />

src/Cake.AzureDevOps/Cake.AzureDevOps.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<!--Transitive dependencies specified to fix security vulnerabilities-->
4141
<PackageReference Include="Microsoft.Identity.Client" Version="4.66.2" />
4242
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
43-
<PackageReference Include="System.Formats.Asn1" Version="9.0.0" />
43+
<PackageReference Include="System.Formats.Asn1" Version="9.0.1" />
4444
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.1" />
4545
<PackageReference Include="System.Net.Http" Version="4.3.4" />
4646
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />

tests/frosting/net8.0/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "8.0.404",
4+
"version": "8.0.405",
55
"rollForward": "latestFeature"
66
}
77
}

tests/frosting/net9.0/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "9.0.101",
4+
"version": "9.0.102",
55
"rollForward": "latestFeature"
66
}
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "8.0.404",
4+
"version": "8.0.405",
55
"rollForward": "latestFeature"
66
}
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "9.0.101",
4+
"version": "9.0.102",
55
"rollForward": "latestFeature"
66
}
77
}

0 commit comments

Comments
 (0)