-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
30 lines (30 loc) · 1.97 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
30 lines (30 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="8.0.0" />
<PackageVersion Include="HotChocolate.AspNetCore" Version="15.1.12" />
<PackageVersion Include="HotChocolate.AspNetCore.Authorization" Version="15.1.12" />
<PackageVersion Include="HotChocolate.PersistedOperations.InMemory" Version="15.1.12" />
<PackageVersion Include="HotChocolate.PersistedQueries.InMemory" Version="13.9.14" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.1" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.1" />
<PackageVersion Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15" />
<PackageVersion Include="NSubstitute" Version="5.3.0" />
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
<!-- <PackageVersion Include="Skybrud.Umbraco.Redirects" Version="14.0.0-alpha001" /> -->
<PackageVersion Include="Umbraco.Cms" Version="17.0.2" />
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="17.0.0" />
<!-- <PackageVersion Include="Umbraco.Community.Contentment" Version="6.0.0-alpha003" /> -->
<!-- <PackageVersion Include="UrlTracker" Version="13.2.0" /> -->
<PackageVersion Include="uSync" Version="17.0.4" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
</ItemGroup>
</Project>