Skip to content

Commit e0f040d

Browse files
Fix pipeline
1 parent 0772a92 commit e0f040d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.x
18+
dotnet-version: 7.x
1919

2020
- name: Restore Packages
2121
run: dotnet restore

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.x
18+
dotnet-version: 7.x
1919

2020
- name: Restore Packages
2121
run: dotnet restore

HtmlRendererCore.PdfSharp.Tests/HtmlRendererCore.PdfSharp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6</TargetFramework>
4+
<TargetFramework>net7</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

HtmlRendererCore.PdfSharp/HtmlRendererCore.PdfSharp.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6</TargetFramework>
4+
<TargetFramework>net7</TargetFramework>
55
<Authors>James Petty</Authors>
66
<Product>HtmlRendererCore</Product>
77
<Copyright />
88
<PackageLicenseFile></PackageLicenseFile>
9-
<PackageProjectUrl>https://github.com/j-petty/HtmlRendererCore</PackageProjectUrl>
10-
<RepositoryUrl>https://github.com/j-petty/HtmlRendererCore</RepositoryUrl>
11-
<Description>HtmlRendererCore is a partial port of HtmlRenderer for .NET Core.</Description>
9+
<PackageProjectUrl>https://github.com/manuel3108/HtmlRendererCore-Net7</PackageProjectUrl>
10+
<RepositoryUrl>https://github.com/manuel3108/HtmlRendererCore-Net7</RepositoryUrl>
11+
<Description>HtmlRendererCore-Net7 is a partial port of HtmlRenderer for .NET Core.</Description>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13-
<Version>1.0.5</Version>
13+
<Version>2.0.1</Version>
1414
</PropertyGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)