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 4801215 commit 48b3eb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'

- name: Publish NuGet
shell: bash
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.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 48b3eb5

Please sign in to comment.