-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update debugger and SRM nugets (#122)
- Loading branch information
1 parent
b15dc77
commit ac6c0fd
Showing
3 changed files
with
9 additions
and
9 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="20230328.919.0" targetFramework="net472" /> | ||
<package id="Microsoft.Debugging.Platform.SymSrv" version="20230328.919.0" targetFramework="net472" /> | ||
<package id="Microsoft.Debugging.Platform.DbgEng" version="20230602.930.0" targetFramework="net472" /> | ||
<package id="Microsoft.Debugging.Platform.SymSrv" version="20230602.930.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.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.1" targetFramework="net472" /> | ||
<package id="System.Reflection.Metadata" version="7.0.2" 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