-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade debugger / SRM nugets (April 2024) (#129)
- Loading branch information
1 parent
7f2868b
commit a6186d8
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--// Copyright (c) Microsoft Corporation. Licensed under the MIT License - see LICENSE file in this repo.--> | ||
<packages> | ||
<package id="Microsoft.Debugging.Platform.DbgEng" version="20240223.1323.0" targetFramework="net472" /> | ||
<package id="Microsoft.Debugging.Platform.SymSrv" version="20240223.1323.0" targetFramework="net472" /> | ||
<package id="Microsoft.Debugging.Platform.DbgEng" version="20240409.1131.0" targetFramework="net472" /> | ||
<package id="Microsoft.Debugging.Platform.SymSrv" version="20240409.1131.0" targetFramework="net472" /> | ||
<package id="Microsoft.SqlServer.XEvent.XELite" version="2023.1.30.3" targetFramework="net472" /> | ||
<package id="System.Buffers" version="4.5.1" targetFramework="net472" /> | ||
<package id="System.Collections.Immutable" version="7.0.0" targetFramework="net472" /> | ||
<package id="System.Collections.Immutable" version="8.0.0" targetFramework="net472" /> | ||
<package id="System.Memory" version="4.5.5" targetFramework="net472" /> | ||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" /> | ||
<package id="System.Reflection.Metadata" version="7.0.2" targetFramework="net472" /> | ||
<package id="System.Reflection.Metadata" version="8.0.0" targetFramework="net472" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters