Skip to content

Commit

Permalink
Fix export bug, V.
Browse files Browse the repository at this point in the history
- Include .NET framework reference assemblies.
  • Loading branch information
First Last authored and knightofiam committed Apr 12, 2021
1 parent cf8c141 commit c7de453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions coa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
<TargetFramework>net472</TargetFramework>
<LangVersion>9.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="all"/>
</ItemGroup>
</Project>

0 comments on commit c7de453

Please sign in to comment.