Skip to content

Commit

Permalink
Downgrading to .NET Standard 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcLean committed Dec 5, 2020
1 parent 7b1866e commit bef8aa2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion NScumm.Audio.Players/NScumm.Audio.Players.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>1.0</PackageVersion>
<Authors>scemino</Authors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.4" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NScumm.Audio\NScumm.Audio.csproj" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions NScumm.Audio/NScumm.Audio.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>1.0</PackageVersion>
<Authors>scemino</Authors>
Expand Down

0 comments on commit bef8aa2

Please sign in to comment.