Skip to content

Commit 8865d77

Browse files
Bump Microsoft.CodeAnalysis.CSharp.Scripting from 4.5.0 to 4.8.0
Bumps [Microsoft.CodeAnalysis.CSharp.Scripting](https://github.com/dotnet/roslyn) from 4.5.0 to 4.8.0. - [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-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60d742d commit 8865d77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gu.Units.Generator.Tests/Gu.Units.Generator.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ItemGroup>
3232
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
3333
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
34-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.5.0" />
34+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.8.0" />
3535
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
3636
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.8.14" PrivateAssets="all" />
3737
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />

Gu.Units.Generator/Gu.Units.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PackageReference Include="Gu.State" Version="0.3.1" />
3636
<PackageReference Include="Gu.Wpf.Reactive" Version="5.0.1" />
3737
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
38-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.5.0" />
38+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.8.0" />
3939
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.8.14" PrivateAssets="all" />
4040
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
4141
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />

Gu.Units.Tests/Gu.Units.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<ItemGroup>
2828
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
2929
<PackageReference Include="IDisposableAnalyzers" Version="4.0.7" PrivateAssets="all" />
30-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.5.0" />
30+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.8.0" />
3131
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
3232
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.8.14" PrivateAssets="all" />
3333
<PackageReference Include="Moq" Version="4.20.69" />

0 commit comments

Comments
 (0)