File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
8
8
GITHUB_TOKEN :
9
9
secure : //RzPD6sJwALrAUPet5ffD2C82ETjhYb1XR30sWRHtqNK5E9Q9xN96GNP9OfWCwX
10
10
NUGET_TOKEN :
11
- secure : JvivQ+Oe+fRm+VSxe9SSfjSglUUJDpNYt9Ft7dhJ3MwOBBE70BIPK1rQJNqtPVC4
11
+ secure : 4yn1qGJyvLcSNk9VyrvPl2s6OF4fwB5CoU+46zWVqDhdB+vsK/HBhkDsLAuI1JKb
12
12
# Do not build feature branch with open Pull Requests
13
13
skip_branch_with_pr : true
14
14
# Automatically register private account and/or project AppVeyor NuGet feeds.
Original file line number Diff line number Diff line change 26
26
27
27
<ItemGroup >
28
28
<PackageReference Include =" DotNetZip" Version =" 1.16.0" />
29
- <PackageReference Include =" Yaapii.Atoms" Version =" 3 .0.0" />
29
+ <PackageReference Include =" Yaapii.Atoms" Version =" 4 .0.0" />
30
30
</ItemGroup >
31
31
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2 .1</TargetFramework >
4
+ <TargetFramework >netcoreapp3 .1</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments