File tree Expand file tree Collapse file tree 2 files changed +4
-42
lines changed
src/Dotnet.Script.Desktop.Tests Expand file tree Collapse file tree 2 files changed +4
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
7
7
<Import Project =" ../../build/netfx.props" />
8
8
9
- <ItemGroup >
9
+ <ItemGroup >
10
10
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0" />
11
11
<PackageReference Include =" xunit" Version =" 2.4.1" />
12
12
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" >
13
13
<PrivateAssets >all</PrivateAssets >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
15
- </PackageReference >
15
+ </PackageReference >
16
16
<PackageReference Include =" Microsoft.Extensions.CommandLineUtils" Version =" 1.1.1" />
17
+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0-preview.2" PrivateAssets =" All" />
17
18
</ItemGroup >
18
19
19
20
<ItemGroup >
27
28
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
28
29
</Content >
29
30
</ItemGroup >
30
-
31
+
31
32
</Project >
You can’t perform that action at this time.
0 commit comments