1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

New: Bump .NET to 10

This commit is contained in:
Bogdan
2025-09-25 00:42:18 +03:00
committed by Mark McDowall
parent 5f846ab51e
commit 5d655f98f2
48 changed files with 166 additions and 143 deletions
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFrameworks>net10.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.66" />