Skip to content

Commit

Permalink
chore!: remove netframework support
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr committed Mar 10, 2024
1 parent 4be0381 commit b6ddaa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

build:
name: Build
runs-on: windows-latest
runs-on: ubuntu-latest
if: fromJSON(needs.release_please.outputs.any_released) && github.repository == 'YoloDev/YoloDev.Sdk'
needs:
- release_please
Expand Down
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<LangVersion>Latest</LangVersion>
<NoWarn>$(NoWarn);NU5128;SA0001</NoWarn>
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('Windows'))">net482;net8.0;netstandard2.0</TargetFrameworks>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

Expand Down

0 comments on commit b6ddaa3

Please sign in to comment.