Skip to content

Commit

Permalink
chore(deps): switch to NuGet Central Package Management
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Jul 19, 2024
1 parent 61bcd0f commit 3e46d23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="ElectronNET.API" Version="23.6.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion ElectronWebsiteWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ElectronNET.API" Version="23.6.2" />
<PackageReference Include="ElectronNET.API" />
</ItemGroup>
<ItemGroup>
<Content Update="electron.manifest.json">
Expand Down

0 comments on commit 3e46d23

Please # to comment.