File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed
MsgPack.UnitTest.BclExtensions Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 4343 <DocumentationFile >$(OutputPath)\$(TargetFramework)\$(AssemblyName).XML</DocumentationFile >
4444 </PropertyGroup >
4545 <PropertyGroup Condition =" '$(TargetFramework)' == 'uap10.0'" >
46+ <DebugType >pdbonly</DebugType >
4647 <DefineConstants >$(DefineConstants);FEATURE_TAP;FEATURE_CONCURRENT</DefineConstants >
4748 </PropertyGroup >
4849 <PropertyGroup Condition =" '$(TargetFramework)' == 'net35'" >
50+ <DebugType >pdbonly</DebugType >
4951 <DefineConstants >$(DefineConstants);FEATURE_POINTER_CONVERSION</DefineConstants >
5052 </PropertyGroup >
5153 <PropertyGroup Condition =" '$(TargetFramework)' == 'net45'" >
54+ <DebugType >pdbonly</DebugType >
5255 <DefineConstants >$(DefineConstants);FEATURE_TAP;FEATURE_CONCURRENT;FEATURE_POINTER_CONVERSION</DefineConstants >
5356 </PropertyGroup >
5457 <PropertyGroup Condition =" '$(TargetFramework)' == 'net46'" >
58+ <DebugType >pdbonly</DebugType >
5559 <DefineConstants >$(DefineConstants);FEATURE_TAP;FEATURE_CONCURRENT;FEATURE_POINTER_CONVERSION;FEATURE_MEMCOPY</DefineConstants >
5660 </PropertyGroup >
5761 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.1'" >
7983 <PropertyGroup Condition =" '$(TargetFramework)' == 'uap10.0'" >
8084 <DefineConstants >$(DefineConstants);NETFX_CORE;WINDOWS_UWP;NETSTANDARD1_3;AOT</DefineConstants >
8185 </PropertyGroup >
86+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
87+ <DebugType >full</DebugType >
88+ </PropertyGroup >
8289</Project >
Original file line number Diff line number Diff line change 2525 <PackageReference Include =" FSharp.Core" Version =" 4.2.2 " />
2626 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 2.3.1" />
2727 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0" />
28+ <!-- To avoid PDB Reader error -->
29+ <PackageReference Include =" Mono.Cecil" Version =" 0.10.0-beta6" />
2830 </ItemGroup >
2931 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0'" >
3032 <PackageReference Include =" Microsoft.NETCore.App" Version =" 1.0.5" />
Original file line number Diff line number Diff line change 1919 <PackageReference Include =" NUnit3TestAdapter" Version =" 3.8.0" />
2020 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0" />
2121 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 2.3.1" />
22+ <!-- To avoid PDB Reader error -->
23+ <PackageReference Include =" Mono.Cecil" Version =" 0.10.0-beta6" />
2224 </ItemGroup >
2325 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.0'" >
2426 <PackageReference Include =" Microsoft.NETCore.App" Version =" 2.0.0" />
Original file line number Diff line number Diff line change 2323 <PackageReference Include =" NUnit3TestAdapter" Version =" 3.8.0" />
2424 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 2.3.1" />
2525 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0" />
26+ <!-- To avoid PDB Reader error -->
27+ <PackageReference Include =" Mono.Cecil" Version =" 0.10.0-beta6" />
2628 </ItemGroup >
2729 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0'" >
2830 <PackageReference Include =" Microsoft.NETCore.App" Version =" 1.0.5" />
You can’t perform that action at this time.
0 commit comments