Skip to content

Commit 041077f

Browse files
authored
Merge pull request #1091 from thompson-tomo/chore/#1090_LeverageFrameworkLibraries
#1090 Leverage Framework Libraries
2 parents 173358c + 289527c commit 041077f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" PrivateAssets="All" />
12+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
1213
</ItemGroup>
1314

1415
<!-- Workaround for https://github.com/dotnet/sourcelink/issues/572 -->

src/NetMQ/NetMQ.csproj

+2-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2424
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2525
</PropertyGroup>
26-
26+
2727
<PropertyGroup Condition=" '$(TargetFramework)' != 'netstandard2.1' ">
2828
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2929
</PropertyGroup>
@@ -35,19 +35,15 @@
3535

3636
<ItemGroup>
3737
<PackageReference Include="AsyncIO" Version="0.1.69" />
38-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
3938
<PackageReference Include="NaCl.Net" Version="0.1.13" />
4039
</ItemGroup>
41-
40+
4241
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
4342
<PackageReference Include="System.ServiceModel.Primitives" Version="4.9.0" />
44-
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
45-
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
4643
</ItemGroup>
4744

4845
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
4946
<PackageReference Include="System.ServiceModel.Primitives" Version="4.9.0" />
50-
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
5147
</ItemGroup>
5248

5349
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">

0 commit comments

Comments
 (0)