File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed
samples/Sentry.Samples.Console.Basic Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments