We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0070c71 commit 39790f1Copy full SHA for 39790f1
.github/workflows/ci-build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Ensure .NET Installed
24
uses: actions/setup-dotnet@v4
25
with:
26
- dotnet-version: 6.0.x
+ dotnet-version: 9.0.x
27
28
- name: Install GitVersion
29
uses: gittools/actions/gitversion/[email protected]
src/GitHubCostVisualizer.Web/GitHubCostVisualizer.Web.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net9.0</TargetFramework>
5
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
6
</PropertyGroup>
7
0 commit comments