Skip to content

Commit 8fbf7f5

Browse files
authored
Merge pull request #16 from goswinr/dependabot/nuget/Microsoft.SourceLink.GitHub-10.0.201
2 parents b5515dd + 442f789 commit 8fbf7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ForPublishing.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<PackageReference Include="RhinoCommon" Version="8.19.25132.1001" Condition="'$(TargetFramework)' != 'net48'" PrivateAssets="all" ExcludeAssets="runtime" /><!--should be the same version as Rhino.Scripting and Rhino.Scripting.Extension -->
7878

7979
<!-- This is probably not working to the editing files because the way files a structured on github does not match the way the are compiled from a one big generated file.-->
80-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.103" PrivateAssets="All" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
80+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.201" PrivateAssets="All" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
8181

8282
<!-- https://stackoverflow.com/a/61008642/969070 -->
8383
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> <_Parameter1>Rhino.Scripting.FSharp</_Parameter1></AssemblyAttribute>

0 commit comments

Comments
 (0)