Skip to content

Commit

Permalink
Merge pull request #4 from BenMcLean/master
Browse files Browse the repository at this point in the history
Downgrading to .NET Standard 2.0
  • Loading branch information
scemino committed Dec 5, 2020
2 parents 7b1866e + bef8aa2 commit f8ef57a
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 f8ef57a

Please sign in to comment.