Skip to content

Commit

Permalink
Migrate from Mono.Posix.NETStandard to Mono.Unix (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Gomez <[email protected]>
  • Loading branch information
sebasgomez238 and sebasgomez238 authored Sep 1, 2023
1 parent 2b47137 commit 7bd0019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.7.30" />
<PackageVersion Include="MinVer" Version="4.3.0" />
<PackageVersion Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageVersion Include="Mono.Unix" Version="7.1.0-final.1.21458.1" />
<PackageVersion Include="Moq" Version="4.17.2" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="NuGet.Frameworks" Version="6.7.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Sbom.Common/Microsoft.Sbom.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mono.Posix.NETStandard" />
<PackageReference Include="Mono.Unix" />
<PackageReference Include="Serilog.Sinks.Console" />
<PackageReference Include="System.IO.FileSystem.AccessControl" />
<PackageReference Include="System.Private.Uri" />
Expand Down

0 comments on commit 7bd0019

Please sign in to comment.