Skip to content

Commit 56cebbc

Browse files
Bump Microsoft.CodeAnalysis.CSharp.Scripting from 4.14.0 to 5.0.0
--- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp.Scripting dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 042c069 commit 56cebbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
1212

13-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.14.0" />
13+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="5.0.0" />
1414
</ItemGroup>
1515

1616
<!-- SourceLink / build hygiene -->

src/Hyperbee.Json/Hyperbee.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="/" />
3737
<None Include="..\..\README.md" Pack="true" Visible="true" PackagePath="/" Link="README.md" />
3838
<None Include="..\..\LICENSE" Pack="true" Visible="false" PackagePath="/" />
39-
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.14.0" />
39+
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Scripting" Version="5.0.0" />
4040
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="8.0.0">
4141
<PrivateAssets>all</PrivateAssets>
4242
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)