mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
Add net10.0 target framework
This commit is contained in:
parent
b7cf736a37
commit
67c1941ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
|
||||
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
|
||||
<PackageId>Duende.Templates</PackageId>
|
||||
<Description>Templates for Duende Identity Server and Duende BFF </Description>
|
||||
<PackageTags>dotnet-new;templates;duende;bff;</PackageTags>
|
||||
|
|
|
|||
Loading…
Reference in a new issue