|
|
@@ -1,5 +1,9 @@
|
|
|
<Project>
|
|
|
|
|
|
+ <PropertyGroup>
|
|
|
+ <DebugType>embedded</DebugType>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
|
|
|
<DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_WINRT;PREFER_ASYNC;USE_TIMER_SELF_ROOT;HAS_TPL46;NO_REMOTING;NO_SERIALIZABLE;CRIPPLED_REFLECTION</DefineConstants>
|
|
|
</PropertyGroup>
|
|
|
@@ -16,6 +20,11 @@
|
|
|
<DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_WINRT;PREFER_ASYNC;USE_TIMER_SELF_ROOT;HAS_TPL46;NO_REMOTING;NO_SERIALIZABLE;CRIPPLED_REFLECTION</DefineConstants>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="GitVersionTask" Version="4.0.0-beta0011" PrivateAssets="All" />
|
|
|
+ <PackageReference Include="MSBuild.Sdk.Extras" Version="1.0.0" PrivateAssets="All" />
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
<!-- UWP -->
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' ">
|
|
|
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform " Version="5.2.2" />
|