Skip to content

Commit 3dd84ac

Browse files
committed
updating Roslyn dependencies of LamarCompiler
1 parent 53bc0ee commit 3dd84ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/LamarCompiler/LamarCompiler.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Runtime Roslyn Compilation and Code Generation Chicanery</Description>
4-
<VersionPrefix>2.1.0</VersionPrefix>
4+
<VersionPrefix>2.1.1</VersionPrefix>
55
<Authors>Jeremy D. Miller</Authors>
66
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
77
<DebugType>portable</DebugType>
@@ -17,17 +17,17 @@
1717
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
1818
</PropertyGroup>
1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.3.1" />
21-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.3.1" />
22-
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="3.3.1" />
20+
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.4.0" />
21+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.4.0" />
22+
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="3.4.0" />
2323
</ItemGroup>
2424
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
2525
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
26-
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.6.0" />
26+
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
2727
</ItemGroup>
2828
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
2929
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
30-
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.6.0" />
30+
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
3131
</ItemGroup>
3232
<ItemGroup>
3333
<ProjectReference Include="..\LamarCodeGeneration\LamarCodeGeneration.csproj" />

0 commit comments

Comments
 (0)