Skip to content

Commit c0b6bf2

Browse files
author
Ali Tayebi
committed
upgraded to version 2.0
1 parent eb39db2 commit c0b6bf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Destructurama.JsonNet/Destructurama.JsonNet.csproj

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

33
<PropertyGroup>
4-
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
4+
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
55
<RootNamespace>Destructurama</RootNamespace>
66
<SignAssembly>True</SignAssembly>
77
<LangVersion>latest</LangVersion>
@@ -16,7 +16,7 @@
1616
<Product />
1717
<Company />
1818
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
19-
<VersionPrefix>1.2.2</VersionPrefix>
19+
<VersionPrefix>2.0.0</VersionPrefix>
2020
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName).xml</DocumentationFile>
2121
</PropertyGroup>
2222

test/Destructurama.JsonNet.Tests/Destructurama.JsonNet.Tests.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-
<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>
4+
<TargetFrameworks>net452;netcoreapp3.1</TargetFrameworks>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)