We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26d564 commit 833a887Copy full SHA for 833a887
2 files changed
.github/workflows/dotnet.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup .NET
22
uses: actions/setup-dotnet@v4
23
with:
24
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
25
- name: Setup GitVersion
26
run: dotnet tool install GitVersion.Tool --global --add-source https://api.nuget.org/v3/index.json
27
- name: RunGitVersion
src/Bdziam.DynamicColor.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFramework>net9.0;net8.0;net7.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
</PropertyGroup>
0 commit comments