Skip to content

Commit

Permalink
move to nuget package range?
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Nov 29, 2024
1 parent 00f7c59 commit b3d1533
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions uSync.BackOffice/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2145,8 +2145,8 @@
"usync.core": {
"type": "Project",
"dependencies": {
"Umbraco.Cms.Web.BackOffice": "[13.0.0, )",
"Umbraco.Cms.Web.Website": "[13.0.0, )"
"Umbraco.Cms.Web.BackOffice": "[13.0.0, 14.0.0)",
"Umbraco.Cms.Web.Website": "[13.0.0, 14.0.0)"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions uSync.Backoffice.Assets/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2191,8 +2191,8 @@
"usync.core": {
"type": "Project",
"dependencies": {
"Umbraco.Cms.Web.BackOffice": "[13.0.0, )",
"Umbraco.Cms.Web.Website": "[13.0.0, )"
"Umbraco.Cms.Web.BackOffice": "[13.0.0, 14.0.0)",
"Umbraco.Cms.Web.Website": "[13.0.0, 14.0.0)"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions uSync.Community.Contrib/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2139,8 +2139,8 @@
"usync.core": {
"type": "Project",
"dependencies": {
"Umbraco.Cms.Web.BackOffice": "[13.0.0, )",
"Umbraco.Cms.Web.Website": "[13.0.0, )"
"Umbraco.Cms.Web.BackOffice": "[13.0.0, 14.0.0)",
"Umbraco.Cms.Web.Website": "[13.0.0, 14.0.0)"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions uSync.Core/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"Umbraco.Cms.Web.BackOffice": {
"type": "Direct",
"requested": "[13.0.0, )",
"requested": "[13.0.0, 14.0.0)",
"resolved": "13.0.0",
"contentHash": "QtWAvGHnx9XRM2t+QiAt8IMaroCEVxSnl4TD17PjDWOCIMUebtoI0YPVyrrs01O63h9587c+eFIZh6YMWJyDZg==",
"dependencies": {
Expand All @@ -25,7 +25,7 @@
},
"Umbraco.Cms.Web.Website": {
"type": "Direct",
"requested": "[13.0.0, )",
"requested": "[13.0.0, 14.0.0)",
"resolved": "13.0.0",
"contentHash": "EFpo37/hVP53sRZddETv1ozfG87FbboUWjlthqvQVgC1LrLVFB0ozGwnOrcdSad70wGfSqP7OboapWloYwpqRA==",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions uSync.Core/uSync.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="13.0.0" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="13.0.0" />
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="[13,14)" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[13,14)" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions uSync.SchemaGenerator/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2156,8 +2156,8 @@
"usync.core": {
"type": "Project",
"dependencies": {
"Umbraco.Cms.Web.BackOffice": "[13.0.0, )",
"Umbraco.Cms.Web.Website": "[13.0.0, )"
"Umbraco.Cms.Web.BackOffice": "[13.0.0, 14.0.0)",
"Umbraco.Cms.Web.Website": "[13.0.0, 14.0.0)"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions uSync/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2198,8 +2198,8 @@
"usync.core": {
"type": "Project",
"dependencies": {
"Umbraco.Cms.Web.BackOffice": "[13.0.0, )",
"Umbraco.Cms.Web.Website": "[13.0.0, )"
"Umbraco.Cms.Web.BackOffice": "[13.0.0, 14.0.0)",
"Umbraco.Cms.Web.Website": "[13.0.0, 14.0.0)"
}
},
"usync.history": {
Expand Down

0 comments on commit b3d1533

Please sign in to comment.