Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Update dotnet monorepo #211

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
deps: Update dotnet monorepo
Updates-dependency: Microsoft.CodeAnalysis.CSharp
Updates-dependency-from-version: 4.5.0
Updates-dependency-to-version: 4.11.0
renovate[bot] authored Aug 28, 2024
commit 4217b9c4128a26982aaec298f9b3886dd0a2059c
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.201"
"version": "7.0.410"
}
}
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Grynwald.Utilities" Version="1.6.122" />
<PackageReference Include="Markdig" Version="0.30.4" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />