|
|
@@ -19,11 +19,6 @@ |
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)'=='uap10.0'"> |
|
|
|
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies> |
|
|
|
<NugetTargetMoniker>UAP,Version=v10.0</NugetTargetMoniker> |
|
|
@@ -49,6 +44,10 @@ |
|
|
|
<DefineConstants>RELEASE;NETSTANDARD1_3</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'"> |
|
|
|
<PackageReference Include="System.Net.Security" Version="4.3.2" /> |
|
|
|
<PackageReference Include="System.Net.WebSockets" Version="4.3.0" /> |
|
|
|