-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackages.config
More file actions
14 lines (14 loc) · 1.05 KB
/
packages.config
File metadata and controls
14 lines (14 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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="20250611.1057.0" targetFramework="net472" />
<package id="Microsoft.Debugging.Platform.SymSrv" version="20250611.1057.0" targetFramework="net472" />
<package id="Microsoft.SqlServer.XEvent.XELite" version="2024.2.5.1" targetFramework="net472" />
<package id="System.Buffers" version="4.6.1" targetFramework="net472" />
<package id="System.Collections.Immutable" version="9.0.8" targetFramework="net472" />
<package id="System.IO.Hashing" version="9.0.8" targetFramework="net472" />
<package id="System.Memory" version="4.6.3" targetFramework="net472" />
<package id="System.Numerics.Vectors" version="4.6.1" targetFramework="net472" />
<package id="System.Reflection.Metadata" version="9.0.8" targetFramework="net472" />
<package id="System.Runtime.CompilerServices.Unsafe" version="6.1.2" targetFramework="net472" />
</packages>