Skip to content

Commit db5ae5d

Browse files
Bump Microsoft.CodeAnalysis.CSharp.Scripting from 4.0.1 to 4.1.0
Bumps [Microsoft.CodeAnalysis.CSharp.Scripting](https://github.com/dotnet/roslyn) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](dotnet/roslyn@v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp.Scripting dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8d84ff commit db5ae5d

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.0.1" />
350350
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.2" />
351351
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.2" />
352-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.0.1" />
352+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.1.0" />
353353
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.2">
354354
<PrivateAssets>all</PrivateAssets>
355355
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)