Skip to content

Commit

Permalink
Make centralized package version happy
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Mar 29, 2024
1 parent b788380 commit dba8551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

<PackageVersion Include="docopt.net" Version="0.8.1" />
<PackageVersion Include="DotNetConfig" Version="1.0.6" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
<PackageVersion Include="Microsoft.PowerShell.SDK" Version="7.3.6" />
<PackageVersion Include="OkTools.NiceIO" Version="1.0.6" />
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
<!-- this is needed to make the compiler happy for usage of 'dynamic' -->
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.CSharp" />
</ItemGroup>

</Project>

0 comments on commit dba8551

Please sign in to comment.