Updated Build platforms
For upcoming NuGet support
This commit is contained in:
parent
feae933468
commit
c8ddc440bb
3 changed files with 36 additions and 27 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net47;netcoreapp3.1</TargetFrameworks>
|
||||
<Platforms>x64</Platforms>
|
||||
<Platforms>AnyCPU</Platforms>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue