Skip to content

Commit

Permalink
Also make sure net7 still works
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdemooij9 committed Jan 8, 2024
1 parent c9f16b4 commit 820e7ae
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AllPackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.103'
dotnet-version: '8.x.x'
include-prerelease: true

- name: Restore dependencies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Product>SeoToolkit Common Core</Product>
<PackageId>SeoToolkit.Umbraco.Common.Core</PackageId>
<Nullable>enable</Nullable>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ContentTargetFolders>.</ContentTargetFolders>
<Product>SeoToolkit Common</Product>
<PackageId>SeoToolkit.Umbraco.Common</PackageId>
Expand All @@ -14,7 +14,8 @@
<PackageIconUrl>https://raw.githubusercontent.com/patrickdemooij9/SeoToolkit.Umbraco/main/package/SeoToolkitIcon.png</PackageIconUrl>
<Version>3.4.0</Version>
<StaticWebAssetBasePath>App_Plugins/SeoToolkit</StaticWebAssetBasePath>
</PropertyGroup>

</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[11.0.0,13.999)" />
Expand Down
2 changes: 1 addition & 1 deletion src/SeoToolkit.Umbraco.Core/SeoToolkit.Umbraco.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Product>SeoToolkit Core</Product>
<PackageId>SeoToolkit.Umbraco.Core</PackageId>
<Title>SeoToolkit Core</Title>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Product>SeoToolkit MetaFields Core</Product>
<PackageId>SeoToolkit.Umbraco.MetaFields.Core</PackageId>
<Title>SeoToolkit MetaFields Core</Title>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ContentTargetFolders>.</ContentTargetFolders>
<Product>SeoToolkit MetaFields</Product>
<PackageId>SeoToolkit.Umbraco.MetaFields</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Product>SeoToolkit Redirects Core</Product>
<PackageId>SeoToolkit.Umbraco.Redirects.Core</PackageId>
<Title>SeoToolkit Redirects Core</Title>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ContentTargetFolders>.</ContentTargetFolders>
<Product>SeoToolkit Redirects</Product>
<PackageId>SeoToolkit.Umbraco.Redirects</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Product>SeoToolkit Robots.txt Core</Product>
<PackageId>SeoToolkit.Umbraco.RobotsTxt.Core</PackageId>
<Title>SeoToolkit Robots.txt Core</Title>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ContentTargetFolders>.</ContentTargetFolders>
<Product>SeoToolkit Robots.txt</Product>
<PackageId>SeoToolkit.Umbraco.RobotsTxt</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Product>SeoToolkit Script Manager Core</Product>
<PackageId>SeoToolkit.Umbraco.ScriptManager.Core</PackageId>
<Title>SeoToolkit Script Manager Core</Title>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ContentTargetFolders>.</ContentTargetFolders>
<Product>SeoToolkit Script Manager</Product>
<PackageId>SeoToolkit.Umbraco.ScriptManager</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/SeoToolkit.Umbraco.Site/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"ConnectionStrings": {
"umbracoDbDSN": "Server=localhost;Database=uSeoToolkitV11;Integrated Security=true"
"umbracoDbDSN": "Server=localhost;Database=SeoToolkit13;Integrated Security=true;TrustServerCertificate=True"
},
"Umbraco": {
"CMS": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ContentTargetFolders>.</ContentTargetFolders>
<Product>SeoToolkit SiteAudit Core</Product>
<PackageId>SeoToolkit.Umbraco.SiteAudit.Core</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ContentTargetFolders>.</ContentTargetFolders>
<Product>SeoToolkit SiteAudit</Product>
<PackageId>SeoToolkit.Umbraco.SiteAudit</PackageId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Product>SeoToolkit Sitemap Core</Product>
<PackageId>SeoToolkit.Umbraco.Sitemap.Core</PackageId>
<Title>SeoToolkit Sitemap Core</Title>
Expand All @@ -13,7 +13,8 @@
<RepositoryUrl>https://github.com/patrickdemooij9/SeoToolkit.Umbraco</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/patrickdemooij9/SeoToolkit.Umbraco/main/package/SeoToolkitIcon.png</PackageIconUrl>
<Version>3.4.0</Version>
</PropertyGroup>

</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="[11.0.0,13.999)" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ContentTargetFolders>.</ContentTargetFolders>
<Product>SeoToolkit Sitemap</Product>
<PackageId>SeoToolkit.Umbraco.Sitemap</PackageId>
Expand Down
5 changes: 3 additions & 2 deletions src/SeoToolkit.Umbraco/SeoToolkit.Umbraco.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ContentTargetFolders>.</ContentTargetFolders>
<Product>SeoToolkit</Product>
<PackageId>SeoToolkit.Umbraco</PackageId>
Expand All @@ -15,7 +15,8 @@
<PackageIconUrl>https://raw.githubusercontent.com/patrickdemooij9/SeoToolkit.Umbraco/main/package/SeoToolkitIcon.png</PackageIconUrl>
<Version>3.4.0</Version>
<StaticWebAssetBasePath>App_Plugins/SeoToolkit</StaticWebAssetBasePath>
</PropertyGroup>

</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\SeoToolkit.Umbraco.Common\SeoToolkit.Umbraco.Common.csproj" />
Expand Down

0 comments on commit 820e7ae

Please sign in to comment.