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
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-outdated-tool": {
"version": "4.6.8",
"version": "4.6.9",
"commands": [
"dotnet-outdated"
]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Cache NuGet packages
uses: actions/cache@v4
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
# While we don't use sources directly in this job the test reporter wants to check
# some files through git so we need the sources.
- name: Checkout sources
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Download .NET tests results
uses: actions/download-artifact@v6
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install .NET
uses: actions/setup-dotnet@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install .NET
uses: actions/setup-dotnet@v5
Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install .NET
uses: actions/setup-dotnet@v5
Expand Down
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="5.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="5.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0">
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageVersion>
Expand All @@ -45,8 +45,8 @@
<PackageVersion Include="Umbraco.Cms.Api.Common" Version="17.0.0" />
<PackageVersion Include="Umbraco.Cms.Api.Management" Version="17.0.0" />
<PackageVersion Include="Umbraco.Cms.Persistence.EFCore" Version="17.0.0" />
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="17.0.0" />
<PackageVersion Include="Umbraco.Cms.Web.Website" Version="17.0.0" />
<PackageVersion Include="Umbraco.Cms.Web.Common" Version="17.0.1" />
<PackageVersion Include="Umbraco.Cms.Web.Website" Version="17.0.1" />
<PackageVersion Include="Umbraco.Cms" Version="17.0.0" />
<PackageVersion Include="Umbraco.StorageProviders.AzureBlob" Version="17.0.0" />
<PackageVersion Include="Umbraco.StorageProviders.AzureBlob.ImageSharp" Version="17.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "10.0.100",
"version": "10.0.101",
"rollForward": "latestFeature"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.Website" Version="17.0.0" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="17.0.0" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="17.0.1" />
<PackageReference Include="Umbraco.Cms.Web.Common" Version="17.0.1" />
<PackageReference Remove="TestableIO.System.IO.Abstractions.Wrappers"/>
<PackageReference Remove="Microsoft.CodeAnalysis.BannedApiAnalyzers"/>
</ItemGroup>
Expand Down