Skip to content

Commit e96e869

Browse files
committed
Fix UWP project file.
1 parent 9f2e165 commit e96e869

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/MsgPack.UnitTest.Uwp.Aot/MsgPack.UnitTest.Uwp.Aot.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<NoWarn>;2008</NoWarn>
2424
<!-- NOTE: Set true for AOT testing. This value is set to false to reduce CI build time. -->
2525
<UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
26+
<DebugType>full</DebugType>
2627
</PropertyGroup>
2728
<PropertyGroup Condition="'$(Platform)' == 'x86'">
2829
<PlatformTarget>x86</PlatformTarget>

test/MsgPack.UnitTest.Uwp/MsgPack.UnitTest.Uwp.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<DefineConstants>$(DefineConstants);NETFX_CORE;WINDOWS_UWP;NETSTANDARD1_3;FEATURE_TAP</DefineConstants>
2323
<NoWarn>;2008</NoWarn>
2424
<SignAssembly>false</SignAssembly>
25+
<DebugType>full</DebugType>
2526
</PropertyGroup>
2627
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
2728
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
@@ -1915,7 +1916,7 @@
19151916
</Page>
19161917
</ItemGroup>
19171918
<ItemGroup>
1918-
<Reference Include="MsgPack, Version=0.9.0.0, Culture=neutral, PublicKeyToken=a2625990d5dc0167, processorArchitecture=MSIL">
1919+
<Reference Include="MsgPack, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a2625990d5dc0167, processorArchitecture=MSIL">
19191920
<SpecificVersion>False</SpecificVersion>
19201921
<HintPath>..\..\src\MsgPack\bin\Debug\netstandard1.3\MsgPack.dll</HintPath>
19211922
</Reference>

0 commit comments

Comments
 (0)