Skip to content

Commit 0f0743c

Browse files
[deps] Platform: Update dotnet monorepo to v9
1 parent 8f703a2 commit 0f0743c

File tree

19 files changed

+23
-23
lines changed

19 files changed

+23
-23
lines changed

bitwarden_license/src/Scim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0
22

33
LABEL com.bitwarden.product="bitwarden"
44

bitwarden_license/src/Sso/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0
22

33
LABEL com.bitwarden.product="bitwarden"
44

bitwarden_license/test/Scim.IntegrationTest/Scim.IntegrationTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1010
<PrivateAssets>all</PrivateAssets>
1111
</PackageReference>
12-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.10" />
12+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(MicrosoftNetTestSdkVersion)" />
1414
<PackageReference Include="NSubstitute" Version="$(NSubstituteVersion)" />
1515
<PackageReference Include="xunit" Version="$(XUnitVersion)" />

src/Admin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0
22

33
LABEL com.bitwarden.product="bitwarden"
44

src/Api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0
22

33
LABEL com.bitwarden.product="bitwarden"
44

src/Billing/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0
22

33
LABEL com.bitwarden.product="bitwarden"
44

src/Core/Core.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.57" />
2626
<PackageReference Include="Azure.Data.Tables" Version="12.9.0" />
2727
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.3.4" />
28-
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="8.0.10" />
28+
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="9.0.0" />
2929
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.1" />
3030
<PackageReference Include="Azure.Storage.Blobs" Version="12.21.2" />
3131
<PackageReference Include="Azure.Storage.Queues" Version="12.19.1" />
@@ -35,15 +35,15 @@
3535
<PackageReference Include="Fido2.AspNet" Version="3.0.1" />
3636
<PackageReference Include="Handlebars.Net" Version="2.1.6" />
3737
<PackageReference Include="MailKit" Version="4.8.0" />
38-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.10" />
38+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.0" />
3939
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.46.0" />
4040
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="4.2.0" />
4141
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
4242
<PackageReference Include="Microsoft.Extensions.Caching.Cosmos" Version="1.6.1" />
43-
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="8.0.10" />
43+
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="9.0.0" />
4444
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
4545
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
46-
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.10" />
46+
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="9.0.0" />
4747
<PackageReference Include="Quartz" Version="3.13.1" />
4848
<PackageReference Include="SendGrid" Version="9.29.3" />
4949
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
@@ -58,7 +58,7 @@
5858
<PackageReference Include="Stripe.net" Version="45.14.0" />
5959
<PackageReference Include="Otp.NET" Version="1.4.0" />
6060
<PackageReference Include="YubicoDotNetClient" Version="1.2.0" />
61-
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.10" />
61+
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.0" />
6262
<PackageReference Include="LaunchDarkly.ServerSdk" Version="8.6.0" />
6363
</ItemGroup>
6464

src/Events/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0
22

33
LABEL com.bitwarden.product="bitwarden"
44

src/EventsProcessor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0
22

33
LABEL com.bitwarden.product="bitwarden"
44

src/Icons/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:8.0
1+
FROM mcr.microsoft.com/dotnet/aspnet:9.0
22

33
LABEL com.bitwarden.product="bitwarden"
44

0 commit comments

Comments
 (0)