Skip to content

Commit

Permalink
Fix test app proj file
Browse files Browse the repository at this point in the history
  • Loading branch information
csinkers committed Apr 12, 2020
1 parent a13b297 commit 9f7fbab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions TestApp/TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SerdesNet" Version="1.0.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\src\ADLMidi.NET.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 9f7fbab

Please sign in to comment.