Skip to content

Commit

Permalink
Support ancient .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Nov 14, 2023
1 parent 8eb8238 commit 07b50e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SabreTools.Compression.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<!-- Assembly Properties -->
<TargetFrameworks>net48;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64</RuntimeIdentifiers>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Version>0.1.1</Version>
<Version>0.2.0</Version>

<!-- Package Properties -->
<Authors>Matt Nadareski</Authors>
Expand All @@ -27,8 +27,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SabreTools.IO" Version="1.1.1" />
<PackageReference Include="SabreTools.Models" Versbion="1.1.5" />
<PackageReference Include="SabreTools.IO" Version="1.2.0" />
<PackageReference Include="SabreTools.Models" Version="1.2.0" />
</ItemGroup>

</Project>

0 comments on commit 07b50e8

Please sign in to comment.