Skip to content

Commit af7e9e0

Browse files
committed
Fixed Nuget version constraint on the RuntimeCompiler. Bumps to 3.7.1
1 parent e6a0343 commit af7e9e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>3.7.0</VersionPrefix>
4+
<VersionPrefix>3.7.1</VersionPrefix>
55
<LangVersion>10.0</LangVersion>
66
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko</Authors>
77
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>

src/JasperFx.RuntimeCompiler/JasperFx.RuntimeCompiler.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.11.0" />
99
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
1010
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.11.0" />
11-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[6.0.0, 9.0.0)" />
11+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[6.0.0, 10.0.0)" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

0 commit comments

Comments
 (0)