-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
24 lines (20 loc) · 989 Bytes
/
Directory.Packages.props
File metadata and controls
24 lines (20 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<AspNetCoreVersion>10.0.0</AspNetCoreVersion>
</PropertyGroup>
<ItemGroup>
<!-- Build tooling -->
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="2.0.2" />
<PackageVersion Include="MinVer" Version="7.0.0" />
<!-- Runtime -->
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="$(AspNetCoreVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="$(AspNetCoreVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="$(AspNetCoreVersion)" />
<!-- Testing -->
<PackageVersion Include="AwesomeAssertions" Version="9.4.0" />
<PackageVersion Include="bunit" Version="2.6.2" />
<PackageVersion Include="TUnit.Core" Version="1.19.22" />
<PackageVersion Include="TUnit.Engine" Version="1.19.22" />
</ItemGroup>
</Project>