File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.8.0" />
24
24
</ItemGroup >
25
25
26
- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1 .0' " >
26
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2 .0' " >
27
27
<PackageReference Include =" System.Runtime" Version =" 4.3.0" />
28
28
<PackageReference Include =" System.Collections.NonGeneric" Version =" 4.3.0" />
29
29
</ItemGroup >
30
30
31
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp1 .0' " >
31
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2 .0' " >
32
32
<DefineConstants >$(DefineConstants);CORECLR</DefineConstants >
33
33
</PropertyGroup >
34
34
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dotnet restore .\projects\client\RabbitMQ.Client || exit /b
4
4
dotnet build .\projects\client\RabbitMQ.Client -f netstandard1.5 || exit /b
5
5
dotnet restore .\projects\client\Unit || exit /b
6
6
dotnet build .\projects\client\Unit || exit /b
7
- CD .\projects\client\Unit
8
- dotnet test -f netcoreapp1 .0 --where=" cat != RequireSMP & cat ! = LongRunning & cat != GCTest"
9
- CD ..\..\..
7
+ CD .\projects\client\Unit
8
+ dotnet test -f netcoreapp2 .0 --where=" cat != RequireSMP & cat ! = LongRunning & cat != GCTest"
9
+ CD ..\..\..
You can’t perform that action at this time.
0 commit comments