Skip to content

Commit

Permalink
Merge pull request #82 from nojaf/bump-sdk
Browse files Browse the repository at this point in the history
Update dotnet SDK to 7.0.400
  • Loading branch information
TheAngryByrd committed Sep 8, 2023
2 parents d05823f + 7d00add commit ba8ce4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<DisableImplicitLibraryPacksFolder>true</DisableImplicitLibraryPacksFolder>
<ChangelogFile>$(MSBuildThisFileDirectory)CHANGELOG.md</ChangelogFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<OtherFlags>$(OtherFlags) --test:GraphBasedChecking --test:ParallelOptimization --test:ParallelIlxGen</OtherFlags>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.101",
"version": "7.0.400",
"rollForward": "latestMinor"
}
}

0 comments on commit ba8ce4f

Please sign in to comment.