File tree Expand file tree Collapse file tree 5 files changed +10
-27
lines changed Expand file tree Collapse file tree 5 files changed +10
-27
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.props))\build.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp2 .0;net461</TargetFrameworks >
4
+ <TargetFrameworks >netcoreapp3 .0;net461</TargetFrameworks >
5
5
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
6
6
</PropertyGroup >
7
7
<ItemGroup >
14
14
<ProjectReference Include =" ..\EasyNetQ.DI.Ninject\EasyNetQ.DI.Ninject.csproj" />
15
15
<ProjectReference Include =" ..\EasyNetQ.Tests.Common\EasyNetQ.Tests.Common.csproj" />
16
16
</ItemGroup >
17
- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2 .0' " >
17
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3 .0' " >
18
18
<ProjectReference Include =" ..\EasyNetQ.DI.Microsoft\EasyNetQ.DI.Microsoft.csproj" />
19
19
</ItemGroup >
20
20
<ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
44
44
<DefineConstants >$(DefineConstants);NETFX</DefineConstants >
45
45
</PropertyGroup >
46
46
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.targets))\build.targets" />
47
- </Project >
47
+ </Project >
Original file line number Diff line number Diff line change 2
2
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.props))\build.props" />
3
3
<PropertyGroup >
4
4
<Description >EasyNetQ.Hosepipe.Tests</Description >
5
- <TargetFrameworks >netcoreapp2 .0;net461</TargetFrameworks >
5
+ <TargetFrameworks >netcoreapp3 .0;net461</TargetFrameworks >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<Reference Include =" System" />
33
33
<ItemGroup >
34
34
<Service Include =" {82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
35
35
</ItemGroup >
36
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2 .0' " >
36
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3 .0' " >
37
37
<DefineConstants >$(DefineConstants);NET_STANDARD</DefineConstants >
38
38
</PropertyGroup >
39
39
<PropertyGroup Condition =" '$(TargetFramework)' == 'net461' " >
Original file line number Diff line number Diff line change 2
2
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.props))\build.props" />
3
3
<PropertyGroup >
4
4
<Description >EasyNetQ.Tests</Description >
5
- <TargetFrameworks >netcoreapp2 .0;net461</TargetFrameworks >
5
+ <TargetFrameworks >netcoreapp3 .0;net461</TargetFrameworks >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<ProjectReference Include =" ..\EasyNetQ\EasyNetQ.csproj" />
30
30
<Reference Include =" System.Net.Http" />
31
31
<Reference Include =" Microsoft.CSharp" />
32
32
</ItemGroup >
33
- <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp2 .0' " >
33
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netcoreapp3 .0' " >
34
34
<DefineConstants >$(DefineConstants);NET_CORE</DefineConstants >
35
35
</PropertyGroup >
36
36
<PropertyGroup Condition =" '$(TargetFramework)' == 'net461' " >
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
5
- <add key =" EasyNetQ Unstable " value =" https://www.myget.org/F /easynetq-unstable/api/v3/index.json " />
5
+ <add key =" appveyor " value =" https://ci.appveyor.com/nuget /easynetq-trqma83u327s " />
6
6
</packageSources >
7
- </configuration >
7
+ </configuration >
Original file line number Diff line number Diff line change 1
1
image :
2
- - Visual Studio 2017
2
+ - Visual Studio 2019
3
3
4
4
pull_requests :
5
5
do_not_increment_build_number : true
@@ -15,7 +15,6 @@ branches:
15
15
only :
16
16
- master
17
17
- develop
18
- - feature/*
19
18
20
19
artifacts :
21
20
- path : Package\**\*.nupkg
@@ -38,22 +37,6 @@ deploy:
38
37
skip_symbols : false
39
38
on :
40
39
branch : develop
41
- - provider : NuGet
42
- artifact : /.*\.s?nupkg/
43
- server :
44
- api_key :
45
- secure : ejD7WLs3aqlXgHLyWq444QK6pnMT6g/QiRxptqIGaOgKvGM7SJ17r/QH6e1jEJ9M
46
- skip_symbols : false
47
- on :
48
- branch : /release\/.+/
49
- - provider : NuGet
50
- artifact : /.*\.s?nupkg/
51
- server : https://www.myget.org/F/easynetq-unstable/api/v2/package
52
- api_key :
53
- secure : +0aKxcCHqWvvdJxA4dh1ToRqwA6x8yqhfrYDIeOjQu6Skpg/UrwxAPBik8z6be99
54
- skip_symbols : false
55
- on :
56
- branch : /feature\/.+/
57
40
58
41
skip_commits :
59
42
files :
You can’t perform that action at this time.
0 commit comments