Skip to content

Commit a43ed1c

Browse files
authored
Merge pull request #48 from icarus-consulting/updateAtoms
update atoms
2 parents 32b6066 + 3ef1285 commit a43ed1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
GITHUB_TOKEN:
99
secure: //RzPD6sJwALrAUPet5ffD2C82ETjhYb1XR30sWRHtqNK5E9Q9xN96GNP9OfWCwX
1010
NUGET_TOKEN:
11-
secure: JvivQ+Oe+fRm+VSxe9SSfjSglUUJDpNYt9Ft7dhJ3MwOBBE70BIPK1rQJNqtPVC4
11+
secure: 4yn1qGJyvLcSNk9VyrvPl2s6OF4fwB5CoU+46zWVqDhdB+vsK/HBhkDsLAuI1JKb
1212
# Do not build feature branch with open Pull Requests
1313
skip_branch_with_pr: true
1414
# Automatically register private account and/or project AppVeyor NuGet feeds.

src/Yaapii.Zip/Yaapii.Zip.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626

2727
<ItemGroup>
2828
<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" />
3030
</ItemGroup>
3131
</Project>

tests/Test.Yaapii.Zip/Test.Yaapii.Zip.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.1</TargetFramework>
4+
<TargetFramework>netcoreapp3.1</TargetFramework>
55
</PropertyGroup>
66

77
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)