File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp1.0 ;net451</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp2.1 ;net451</TargetFrameworks >
5
5
<DebugType >portable</DebugType >
6
6
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
7
7
<PackageTargetFallback Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >$(PackageTargetFallback);dotnet5.4;portable-net451+win8</PackageTargetFallback >
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
16
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0 " />
17
- <PackageReference Include =" NUnit" Version =" 3.4 .1" />
18
- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.8 .0" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.2 " />
17
+ <PackageReference Include =" NUnit" Version =" 3.13 .1" />
18
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17 .0" />
19
19
</ItemGroup >
20
20
21
21
<ItemGroup Condition =" '$(TargetFramework)' == 'net451' " >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp1.0 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.1 </TargetFramework >
5
5
<DebugType >portable</DebugType >
6
6
<OutputType >Exe</OutputType >
7
- <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
8
- <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
9
7
<GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
10
8
<GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
11
9
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ for p in NCrontab NCrontab.Signed; do {
21
21
done
22
22
for p in NCrontabConsole NCrontab.Tests; do {
23
23
for c in Debug Release; do {
24
- dotnet build --no-restore -c $c -f netcoreapp1.0 $p
24
+ dotnet build --no-restore -c $c -f netcoreapp2.1 $p
25
25
}
26
26
done
27
27
}
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ VERSION_SUFFIX=
5
5
if [ ! -z " $1 " ]; then VERSION_SUFFIX=" --version-suffix $1 " ; fi
6
6
./build.sh
7
7
for c in Debug Release; do
8
- dotnet test --no-restore --no-build -f netcoreapp1.0 -c $c NCrontab.Tests
8
+ dotnet test --no-restore --no-build -f netcoreapp2.1 -c $c NCrontab.Tests
9
9
done
You can’t perform that action at this time.
0 commit comments