We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde0d64 commit 27a4446Copy full SHA for 27a4446
src/Destructurama.JsonNet/Destructurama.JsonNet.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFrameworks>net452;netcoreapp1.1</TargetFrameworks>
@@ -15,6 +15,7 @@
15
<Product />
16
<Company />
17
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
18
+ <VersionPrefix>1.1.0</VersionPrefix>
19
</PropertyGroup>
20
21
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -31,4 +32,4 @@
31
32
<PackageReference Include="Serilog" Version="2.5.0" />
33
</ItemGroup>
34
-</Project>
35
+</Project>
0 commit comments