Skip to content

Commit

Permalink
chore(deps): removed support for net9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoBaSs84 committed Jan 23, 2025
1 parent 354a26c commit 0591658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
dotnet-version: '8.0.x'

- name: Restore
run: dotnet restore
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<NeutralLanguage>en-US</NeutralLanguage>
<Nullable>enable</Nullable>
<SignAssembly>true</SignAssembly>
<TargetFrameworks>netstandard2.0;net462;net481;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net462;net481;net8.0</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down Expand Up @@ -63,7 +63,7 @@
<IsPackable>false</IsPackable>
<IsTestProject>True</IsTestProject>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<TargetFrameworks>net462;net481;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net462;net481;net8.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup Condition="!$(MSBuildProjectName.EndsWith('Tests'))">
Expand Down

0 comments on commit 0591658

Please sign in to comment.