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