Skip to content

Commit 5e5409d

Browse files
committed
Update to Roslyn V2.3.1
1 parent c14394e commit 5e5409d

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src/CSharpScriptSerializer/CSharpScriptSerializer.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageId>CSharpScriptSerializer</PackageId>
66
<AssemblyTitle>CSharpScriptSerializer</AssemblyTitle>
77
<Title>CSharpScriptSerializer</Title>
8-
<VersionPrefix>1.2.0</VersionPrefix>
8+
<VersionPrefix>1.3.0</VersionPrefix>
99
<TargetFrameworks>netstandard1.5;net46</TargetFrameworks>
1010
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.1</NetStandardImplicitPackageVersion>
1111
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">
@@ -16,7 +16,9 @@
1616
<Description>Serialize to C# scripts</Description>
1717
<Authors>Andriy Svyryd</Authors>
1818
<PackageTags>Roslyn;CSharp;C#;CSX;Script;Serialization</PackageTags>
19-
<PackageReleaseNotes>Version 1.2.0
19+
<PackageReleaseNotes>Version 1.3.0
20+
* Update to Roslyn V2.3.1
21+
Version 1.2.0
2022
* Update to Roslyn V2
2123
Version 1.1.2
2224
* Increase max length for string literals
@@ -42,8 +44,8 @@ Version 1.0.0-alpha1
4244
</PropertyGroup>
4345

4446
<ItemGroup>
45-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.0.0" />
46-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.0.0" />
47+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="2.3.1" />
48+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.3.1" />
4749
</ItemGroup>
4850

4951
<ItemGroup Condition=" '$(TargetFramework)' == 'net46' ">

test/CSharpScriptSerializer.Tests/CSharpScriptSerializer.Tests.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
<PropertyGroup>
44
<AssemblyName>CSharpScriptSerializer.Tests</AssemblyName>
55
<PackageId>CSharpScriptSerializer.Tests</PackageId>
6-
<VersionPrefix>1.2.0</VersionPrefix>
6+
<VersionPrefix>1.3.0</VersionPrefix>
77
<TargetFrameworks>netcoreapp1.1;net46</TargetFrameworks>
88
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">1.1.1</RuntimeFrameworkVersion>
9-
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.1' ">
10-
$(PackageTargetFallback);portable-net45+win8
11-
</PackageTargetFallback>
129
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1310
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
1411
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>

0 commit comments

Comments
 (0)