Skip to content

Commit e151451

Browse files
author
Taner Saydam
committed
I updated .NET 10 version
1 parent d42d092 commit e151451

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

TS.Endpoints.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Title>TS.Endpoints - Clean Routing for Minimal APIs</Title>
8-
<Version>9.0.1</Version>
8+
<Version>10.0.0</Version>
99
<Company>Taner Saydam</Company>
1010
<Description>TS.Endpoints is a lightweight modular routing library for ASP.NET Minimal APIs. Inspired by Carter, it enables clean, class-based endpoint organization without controllers.</Description>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
12+
<PackageProjectUrl>https://github.com/TS-NuGet-Packages/TS.Endpoints</PackageProjectUrl>
1213
<RepositoryType>git</RepositoryType>
1314
<PackageTags>minimal-api endpoint routing carter modular aspnetcore clean-architecture webapi middleware fluent ts.endpoints</PackageTags>
1415
<RepositoryUrl>https://github.com/TS-NuGet-Packages/TS.Endpoints</RepositoryUrl>

0 commit comments

Comments
 (0)