Skip to content

Commit f474ff5

Browse files
Bump Microsoft.CodeAnalysis.CSharp.Scripting from 4.3.0 to 4.3.1
Bumps [Microsoft.CodeAnalysis.CSharp.Scripting](https://github.com/dotnet/roslyn) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp.Scripting dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a6dbc4 commit f474ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScriptNotepad/ScriptNotepad.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" />
350350
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.10" />
351351
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.10" />
352-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.3.0" />
352+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.3.1" />
353353
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.10">
354354
<PrivateAssets>all</PrivateAssets>
355355
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)