Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2021-09-03 12:57:40 +0300
committerLluis Sanchez <llsan@microsoft.com>2021-09-03 12:57:40 +0300
commit784f638f417301bc85d292d2729525c403c6dd6f (patch)
tree2e2e2c569447333b51e1465de34f20949bc11685 /Mono.Debugging.Soft
parenteaf83aacd4f5b41e240ceb3a61dd49f64227370f (diff)
Use Mono.Unix package instead of Mono.Posix.NETStandard
Diffstat (limited to 'Mono.Debugging.Soft')
-rw-r--r--Mono.Debugging.Soft/Mono.Debugging.Soft.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj b/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj
index 831b375..050fb3c 100644
--- a/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj
+++ b/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj
@@ -28,7 +28,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="$(NuGetVersionRoslyn)" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="$(NuGetVersionRoslyn)" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
- <PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
+ <PackageReference Include="Mono.Unix" Version="7.0.0-final.1.21369.2" />
</ItemGroup>
<ItemGroup>