Skip to content

Commit ab874e7

Browse files
Addressed NU1510 warnings on restore
1 parent af29473 commit ab874e7

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

samples/Sentry.Samples.Console.Basic/Sentry.Samples.Console.Basic.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,4 @@
5656
<ProjectReference Include="..\..\src\Sentry\Sentry.csproj" />
5757
</ItemGroup>
5858

59-
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
60-
<PackageReference Include="System.Net.Http" Version="4.3.4" />
61-
</ItemGroup>
62-
6359
</Project>

src/Sentry/Sentry.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@
6868
<PackageReference Include="Polyfill" Version="1.32.0" PrivateAssets="all" />
6969
</ItemGroup>
7070

71-
<!--
72-
On .NET Framework, we need a package reference to System.Runtime.InteropServices.RuntimeInformation.
73-
This is used in Sentry.PlatformAbstractions.RuntimeInfo. It's already built-in for all other targets.
74-
-->
75-
<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
76-
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
77-
</ItemGroup>
78-
7971
<!-- On .NET Framework, we need an assembly reference to System.Net.Http. -->
8072
<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
8173
<Reference Include="System.Net.Http" />

test/Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
7676
</ItemGroup>
7777
<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
78-
<PackageReference Include="System.Net.Http" Version="4.3.4" />
7978
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
8079
</ItemGroup>
8180
</Project>

0 commit comments

Comments
 (0)