Skip to content

Commit 7346576

Browse files
committed
Upgrade all dependencies + upgrade to .NET 9
1 parent 5cb770b commit 7346576

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 8.x
22+
dotnet-version: 9.x
2323

2424
- name: Publish NuGet
2525
uses: likvido/action-nuget@v1

ProReception.DistributionServerInfrastructure/ProReception.DistributionServerInfrastructure.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<PackageReadmeFile>README.md</PackageReadmeFile>
@@ -23,10 +23,10 @@
2323
<PackageReference Include="FluentValidation" Version="11.11.0" />
2424
<PackageReference Include="Flurl.Http" Version="4.0.2" />
2525
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
26-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.12" />
26+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.1" />
2727
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.1" />
2828
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.1" />
29-
<PackageReference Include="MudBlazor" Version="7.14.0" />
29+
<PackageReference Include="MudBlazor" Version="8.1.0" />
3030
<PackageReference Include="Polly.Core" Version="8.5.1" />
3131
<PackageReference Include="Polly.RateLimiting" Version="8.5.1" />
3232
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.0.1</Version>
3+
<Version>2.0.2</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)