-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectory.Packages.props
23 lines (23 loc) · 1.24 KB
/
Directory.Packages.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<CentralPackageVersionOverrideEnabled>false</CentralPackageVersionOverrideEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Bluehill.Blazor" Version="0.9.0" />
<PackageVersion Include="Bluehill.Blazor.Culture.WebAssembly" Version="0.9.0" />
<PackageVersion Include="Bluehill.Blazor.GHPages" Version="1.0.2" />
<PackageVersion Include="HighlightBlazor" Version="0.1.10" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Localization" Version="9.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
<PackageVersion Include="bunit" Version="1.38.5" />
<PackageVersion Include="xunit.v3" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<GlobalPackageReference Include="Bluehill.Imports" Version="1.0.11" />
</ItemGroup>
</Project>