Skip to content

Commit

Permalink
Bump Microsoft.CodeAnalysis.Scripting from 4.3.1 to 4.4.0 (#228)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.CodeAnalysis.Scripting](https://github.com/dotnet/roslyn) from 4.3.1 to 4.4.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/Visual-Studio-2019-Version-16.0-Preview-4.4)

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.Scripting
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2022
1 parent bc69b8d commit 57cb843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Whim.Runner/Whim.Runner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.3.1" />
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.4.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.5" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
<Manifest Include="$(ApplicationManifest)" />
Expand Down
2 changes: 1 addition & 1 deletion src/Whim/Whim.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.3.1" />
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="4.4.0" />
<PackageReference Include="Microsoft.Win32.SystemEvents" Version="6.0.1" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.1.619-beta">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 57cb843

Please sign in to comment.