We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a333db commit dba5e76Copy full SHA for dba5e76
rider/Digma.Rider.Plugin/Plugin.Test.props.template
@@ -11,6 +11,7 @@
11
<!-- when building 241 and above compileDotnet complains about this package version. so we set the version
12
according to rider version. to reproduce remove this and build with 241 -->
13
<PackageReference Include="System.Diagnostics.TraceSource" Version="@TRACE_SOURCE_VERSION@" />
14
+ <PackageReference Include="Microsoft.NETCore.Platforms" Version="3.1.0" PrivateAssets="All" />
15
</ItemGroup>
16
17
</Project>
0 commit comments