We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8ffda commit b0502c3Copy full SHA for b0502c3
.appveyor.yml
@@ -1,5 +1,5 @@
1
# Specify version format
2
-version: "1.8.0.{build}"
+version: "3.0.0.{build}"
3
4
# Image to use
5
image: Visual Studio 2019
source/NetCoreServer/NetCoreServer.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
- <Version>1.8.0</Version>
+ <Version>3.0.0</Version>
6
<Authors>Ivan Shynkarenka</Authors>
7
<Copyright>Copyright (c) 2019 Ivan Shynkarenka</Copyright>
8
<RepositoryUrl>https://github.com/chronoxor/NetCoreServer</RepositoryUrl>
0 commit comments