Skip to content

Commit 241e5cb

Browse files
committed
feat: add net10.0 support and reintroduce net8.0
1 parent 468c92c commit 241e5cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup .NET SDK
3939
uses: actions/setup-dotnet@v4
4040
with:
41-
dotnet-version: 9.0
41+
dotnet-version: 10.0
4242

4343
- name: Restore Dependencies
4444
run: dotnet restore

OpenLabel/OpenLabel.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
55
<PackageId>OpenLabel</PackageId>
66
<PackageVersion>0.0.0</PackageVersion>
77
<Authors>Antoine Poulin</Authors>
88
<Description>A library for working with ZPL templates, scaling, and printing labels</Description>
99
<PackageTags>ZPL, Zebra, printing, labels</PackageTags>
1010
<RepositoryUrl>https://github.com/Dwarf1er/openlabel</RepositoryUrl>
11-
<PackageLicense>https://opensource.org/license/gpl-3-0</PackageLicense>
11+
<PackageLicense>https://opensource.org/license/mit</PackageLicense>
1212
<PackageIcon>openlabel.png</PackageIcon>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)