Skip to content

Commit 338c70f

Browse files
committed
Framework only matters for executable
1 parent 86e2aa1 commit 338c70f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

SabreTools.Skippers/SabreTools.Skippers.csproj

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,6 @@
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2323
</PropertyGroup>
2424

25-
<!-- Support All Frameworks -->
26-
<PropertyGroup
27-
Condition="$(TargetFramework.StartsWith(`net2`)) OR $(TargetFramework.StartsWith(`net3`)) OR $(TargetFramework.StartsWith(`net4`))">
28-
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
29-
</PropertyGroup>
30-
<PropertyGroup
31-
Condition="$(TargetFramework.StartsWith(`netcoreapp`)) OR $(TargetFramework.StartsWith(`net5`))">
32-
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64</RuntimeIdentifiers>
33-
</PropertyGroup>
34-
<PropertyGroup
35-
Condition="$(TargetFramework.StartsWith(`net6`)) OR $(TargetFramework.StartsWith(`net7`)) OR $(TargetFramework.StartsWith(`net8`)) OR $(TargetFramework.StartsWith(`net9`))">
36-
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
37-
</PropertyGroup>
38-
<PropertyGroup Condition="$(RuntimeIdentifier.StartsWith(`osx-arm`))">
39-
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
40-
</PropertyGroup>
41-
4225
<ItemGroup>
4326
<None Include="../README.md" Pack="true" PackagePath="" />
4427
</ItemGroup>

0 commit comments

Comments
 (0)