File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net461</TargetFramework >
12
12
<PackageReference Include =" nunit" Version =" 3.12.0" />
13
13
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.13.0" />
14
14
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2.0" />
15
+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0" >
16
+ <PrivateAssets >all</PrivateAssets >
17
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
18
+ </PackageReference >
15
19
<PackageReference Include =" pythonnet" Version =" 2.3.0" GeneratePathProperty =" true" >
16
20
<IncludeAssets >compile</IncludeAssets >
17
21
</PackageReference >
You can’t perform that action at this time.
0 commit comments