Skip to content

Commit

Permalink
Pinpoint current dependencies for safety reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Sep 20, 2023
1 parent 226c3eb commit 5c666c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FsOboParser/FsOboParser.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="ISADotNet" Version="0.6.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="[1.1.1]" PrivateAssets="All" />
<PackageReference Include="ISADotNet" Version="[0.6.1]" />
</ItemGroup>

</Project>

0 comments on commit 5c666c3

Please sign in to comment.