Skip to content

Commit

Permalink
Use a specific version of System.Runtime.Handles (#5936)
Browse files Browse the repository at this point in the history
### Description
Use a specific version of System.Runtime.Handles

### How has this been tested?
Will turn on `run-deep-tests` to see if this fixes CI on Windows.

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
  • Loading branch information
keyboardDrummer authored Nov 28, 2024
1 parent fb91dc2 commit 00b97e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/DafnyLanguageServer/DafnyLanguageServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" />

<!-- The following packages are referenced explicitely since Serilog references older versions than required (nuget prevents the downgrade). -->
<PackageReference Include="System.Collections" Version="4.3.0" />
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.111",
"rollForward": "latestFeature"
}
}

0 comments on commit 00b97e1

Please sign in to comment.