M Core/NosSmooth.Core/NosSmooth.Core.csproj => Core/NosSmooth.Core/NosSmooth.Core.csproj +1 -1
@@ 3,7 3,7 @@
<PropertyGroup>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
- <TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
+ <TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<Authors>Rutherther</Authors>
<Description>NosSmooth Core library allowing implementing nostale client, handling packets and commands.</Description>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
M Core/NosSmooth.Game/NosSmooth.Game.csproj => Core/NosSmooth.Game/NosSmooth.Game.csproj +1 -1
@@ 4,7 4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
- <TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
+ <TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<Description>NosSmooth Game library handling the current game state by responding to packets.</Description>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
M Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj => Data/NosSmooth.Data.Abstractions/NosSmooth.Data.Abstractions.csproj +1 -1
@@ 8,7 8,7 @@
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>2.0.0</PackageVersion>
- <TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
+ <TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<PackageReleaseNotes>Make Monster level ushort</PackageReleaseNotes>
</PropertyGroup>
M Data/NosSmooth.Data.CLI/NosSmooth.Data.CLI.csproj => Data/NosSmooth.Data.CLI/NosSmooth.Data.CLI.csproj +1 -1
@@ 1,7 1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
M Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj => Data/NosSmooth.Data.Database/NosSmooth.Data.Database.csproj +1 -1
@@ 8,7 8,7 @@
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>2.0.0</PackageVersion>
- <TargetFrameworks>net6.0</TargetFrameworks>
+ <TargetFrameworks>net7.0</TargetFrameworks>
<PackageReleaseNotes>Make Monster level ushort</PackageReleaseNotes>
</PropertyGroup>
M Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj => Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj +1 -1
@@ 9,7 9,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>2.0.1</PackageVersion>
<PackageReleaseNotes>Read map file correctly.</PackageReleaseNotes>
- <TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
+ <TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
M Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj => Extensions/NosSmooth.Extensions.Pathfinding/NosSmooth.Extensions.Pathfinding.csproj +1 -1
@@ 1,7 1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Description>NosSmooth extension for finding paths and walking found paths.</Description>
M Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj => Packets/NosSmooth.PacketSerializer.Abstractions/NosSmooth.PacketSerializer.Abstractions.csproj +1 -1
@@ 8,7 8,7 @@
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>1.0.1</PackageVersion>
- <TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
+ <TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
M Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj => Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj +1 -1
@@ 4,7 4,7 @@
<LangVersion>10</LangVersion>
<AssemblyName>NosSmooth.PacketSerializer</AssemblyName>
<RootNamespace>NosSmooth.PacketSerializer</RootNamespace>
- <TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
+ <TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<Description>NosSmooth's packet string serializer implementation.</Description>
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
M Packets/NosSmooth.Packets/NosSmooth.Packets.csproj => Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +1 -1
@@ 8,7 8,7 @@
<RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>2.2.1</PackageVersion>
- <TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
+ <TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
<PackageReleaseNotes>Fix cinfo, eq, cancel packets.</PackageReleaseNotes>
</PropertyGroup>
M Samples/DataBrowser/DataBrowser.csproj => Samples/DataBrowser/DataBrowser.csproj +1 -1
@@ 2,7 2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
M Samples/FileClient/FileClient.csproj => Samples/FileClient/FileClient.csproj +1 -1
@@ 2,7 2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
M Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj => Tests/NosSmooth.Core.Tests/NosSmooth.Core.Tests.csproj +1 -1
@@ 1,7 1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
M Tests/NosSmooth.Packets.Tests/NosSmooth.Packets.Tests.csproj => Tests/NosSmooth.Packets.Tests/NosSmooth.Packets.Tests.csproj +1 -1
@@ 1,7 1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>