Skip to content

Commit

Permalink
Merge pull request #508 from wabbajack-tools/update-dependencies
Browse files Browse the repository at this point in the history
.NET 9.0 + dependency updates
  • Loading branch information
EzioTheDeadPoet authored Dec 22, 2024
2 parents f1cda88 + 076ef39 commit 38208be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
8.0.x
9.0.x
- name: Setup Node 16.x
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
8.0.x
9.0.x
- name: Setup Node 16.x
uses: actions/setup-node@v1
Expand Down
14 changes: 7 additions & 7 deletions Wabbajack.Web/Wabbajack.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>

<!-- Remove Collaction Support. -->
<BlazorWebAssemblyPreserveCollationData>false</BlazorWebAssemblyPreserveCollationData>
Expand All @@ -18,12 +18,12 @@

<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="Markdig" Version="0.37.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.6" PrivateAssets="all" />
<PackageReference Include="Wabbajack.Downloaders.Dispatcher" Version="3.6.1.1" />
<PackageReference Include="Wabbajack.DTOs" Version="3.6.1.1" />
<PackageReference Include="Wabbajack.Networking.WabbajackClientApi" Version="3.6.1.1" />
<PackageReference Include="Markdig" Version="0.39.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" />
<PackageReference Include="Wabbajack.Downloaders.Dispatcher" Version="3.7.5.1" />
<PackageReference Include="Wabbajack.DTOs" Version="3.7.5.1" />
<PackageReference Include="Wabbajack.Networking.WabbajackClientApi" Version="3.7.5.1" />
</ItemGroup>

<Target Name="RunPostcss" BeforeTargets="Build">
Expand Down

0 comments on commit 38208be

Please sign in to comment.