File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Description >Runtime Roslyn Compilation and Code Generation Chicanery</Description >
4
- <VersionPrefix >2.1.0 </VersionPrefix >
4
+ <VersionPrefix >2.1.1 </VersionPrefix >
5
5
<Authors >Jeremy D. Miller</Authors >
6
6
<TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
7
7
<DebugType >portable</DebugType >
17
17
<GenerateAssemblyInformationalVersionAttribute >false</GenerateAssemblyInformationalVersionAttribute >
18
18
</PropertyGroup >
19
19
<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 " />
23
23
</ItemGroup >
24
24
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
25
25
<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" />
27
27
</ItemGroup >
28
28
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
29
29
<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" />
31
31
</ItemGroup >
32
32
<ItemGroup >
33
33
<ProjectReference Include =" ..\LamarCodeGeneration\LamarCodeGeneration.csproj" />
You can’t perform that action at this time.
0 commit comments