Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>

<!-- umbraco site -->
<ItemGroup>
<PackageVersion Include="Umbraco.Cms" Version="17.1.0" />
<PackageVersion Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3" />
<PackageVersion Include="Umbraco.Cms.DevelopmentMode.Backoffice" Version="17.1.0" />
</ItemGroup>

<!-- umbraco libraries for packages -->
<ItemGroup>
<PackageVersion Include="Umbraco.Cms.Core" Version="17.1.0" />
<PackageVersion Include="Umbraco.Cms.Web.Website" Version="17.1.0" />
<PackageVersion Include="Umbraco.Cms.Api.Management" Version="17.1.0" />
</ItemGroup>

<!-- source link -->
<ItemGroup>
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0"/>
</ItemGroup>

<!-- testing -->
<ItemGroup>
<PackageVersion Include="Umbraco.Cms.Tests" Version="17.1.0" />
<PackageVersion Include="Umbraco.Cms.Tests.Integration" Version="17.1.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="5.2.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
</ItemGroup>

<!-- command line -->
<ItemGroup>
<PackageVersion Include="NJsonSchema" Version="11.5.2" />
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
</ItemGroup>
</Project>
6 changes: 5 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
at %APPDATA%\NuGet\NuGet.config
-->
<packageSources>
<add key="UmbracoPrerelease" value="https://www.myget.org/F/umbracoprereleases/api/v3/index.json" />
<!--
<add key="UmbracoPrerelease" value="https://www.myget.org/F/umbracoprereleases/api/v3/index.json" />
-->
</packageSources>


</configuration>
8 changes: 4 additions & 4 deletions uSync.AutoTemplates/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": 1,
"version": 2,
"dependencies": {
"net10.0": {
"Umbraco.Cms.Core": {
"type": "Direct",
"requested": "[17.0.0, )",
"resolved": "17.0.0",
"contentHash": "XmwzNfoXJkT/QkK48ePr73PPZGTaJF2Z2vljKVdZMbMMaZqY3SForO8Uy9LcmFYqX9+VaPiyFEqF+0l/D6J0rw==",
"requested": "[17.1.0, )",
"resolved": "17.1.0",
"contentHash": "llyNtEHUlrIyxnf+7GRJWNZt8OTE0f0fAuaIpq+u/+KFYPOU/6vdNHXHSM5hIwPdIxnArujYQaSjjezvon04JQ==",
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "10.0.0",
"Microsoft.Extensions.Caching.Memory": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion uSync.AutoTemplates/uSync.AutoTemplates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Core" Version="17.0.0" />
<PackageReference Include="Umbraco.Cms.Core"/>
</ItemGroup>


Expand Down
Loading
Loading