Skip to content

Commit

Permalink
Target net standard 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
FaithBeam committed Feb 13, 2021
1 parent d76bb7c commit 2d77a88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Sims.Far.Tests/Sims.Far.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>

<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions Sims.Far/Sims.Far.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;net40;netstandard2.0</TargetFrameworks>
<Version>2.0.0</Version>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>2.1.0</Version>
<Authors>FaithBeam</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/FaithBeam/Sims.Far</PackageProjectUrl>
Expand All @@ -13,7 +13,7 @@
<PropertyGroup>
<DocumentationFile>Sims.Far.xml</DocumentationFile>
<Description>A library to manipulate The Sims 1 .far files.</Description>
<PackageReleaseNotes>Use streams to extract files from far files instead of storing byte arrays in the class.</PackageReleaseNotes>
<PackageReleaseNotes>Just target net standard 2.0.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2d77a88

Please sign in to comment.