55 <PackageId >CSharpScriptSerializer</PackageId >
66 <AssemblyTitle >CSharpScriptSerializer</AssemblyTitle >
77 <Title >CSharpScriptSerializer</Title >
8- <VersionPrefix >1.6.1 </VersionPrefix >
9- <TargetFrameworks >netstandard1.5;net46 </TargetFrameworks >
10- <NetStandardImplicitPackageVersion Condition = " '$(TargetFramework)' == 'netstandard1.5' " >1.6.1 </NetStandardImplicitPackageVersion >
8+ <VersionPrefix >2.0.0 </VersionPrefix >
9+ <TargetFrameworks >netstandard2.1 </TargetFrameworks >
10+ <NetStandardImplicitPackageVersion >2.0.3 </NetStandardImplicitPackageVersion >
1111 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
1212 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
13- <Description >Serialize to C# scripts</Description >
13+ <Description >Serialize objects to C# scripts</Description >
1414 <Authors >Andriy Svyryd</Authors >
1515 <PackageTags >Roslyn;CSharp;C#;CSX;Script;Serialization</PackageTags >
1616 <PackageReleaseNotes >
1717 <![CDATA[
18+ Version 2.0.0
19+ * Update to Roslyn V3.4.0
20+ * Target netstandard2.1
1821Version 1.6.1
1922* Update to Roslyn V2.9.0
2023Version 1.5.0
@@ -26,12 +29,10 @@ Version 1.3.0
2629* Update to Roslyn V2.3.1
2730Version 1.2.0
2831* Update to Roslyn V2
29- Version 1.1.2
30- * Increase max length for string literals
3132]]>
3233 </PackageReleaseNotes >
3334 <PackageProjectUrl >https://github.com/AndriySvyryd/CSharpScriptSerializer</PackageProjectUrl >
34- <PackageLicense >http://www.apache.org/licenses/LICENSE -2.0</PackageLicense >
35+ <PackageLicenseExpression >Apache -2.0</PackageLicenseExpression >
3536 <RepositoryType >git</RepositoryType >
3637 <RepositoryUrl >https://github.com/AndriySvyryd/CSharpScriptSerializer.git</RepositoryUrl >
3738 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
@@ -41,14 +42,8 @@ Version 1.1.2
4142 </PropertyGroup >
4243
4344 <ItemGroup >
44- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 2.9.0" />
45- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 2.9.0" />
46- </ItemGroup >
47-
48- <ItemGroup Condition =" '$(TargetFramework)' == 'net46' " >
49- <Reference Include =" System.Runtime" />
50- <Reference Include =" System" />
51- <Reference Include =" Microsoft.CSharp" />
45+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 3.4.0" />
46+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 3.4.0" />
5247 </ItemGroup >
5348
5449</Project >
0 commit comments