V 1.1.0 Update to .net9.0 standard

This commit is contained in:
glax 2025-01-16 20:13:59 +01:00
parent 11c8a4f38f
commit 4ca3a8b464
3 changed files with 8 additions and 5 deletions

View File

@ -1,16 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.9</Version>
<Version>1.1.0</Version>
<Title>CS2GSI</Title>
<Authors>Glax</Authors>
<RepositoryUrl>https://github.com/C9Glax/CS2GSI</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/C9Glax/CS2GSI</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<TargetFrameworks>net8.0;net9.0;net7.0</TargetFrameworks>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
<ItemGroup>

View File

@ -4,7 +4,7 @@
[![Github](https://img.shields.io/badge/Github-8A2BE2)](https://github.com/C9Glax/CS2GSI)
[![GitHub Release](https://img.shields.io/github/v/release/c9glax/CS2GSI)](https://github.com/C9Glax/CS2GSI/releases/latest)
## .net7.0, .net8.0, .net9.0
## Example Usage
@ -51,4 +51,5 @@ All Events with IDs here: https://github.com/C9Glax/CS2GSI/blob/master/CS2GSI/CS
* `OnBombDefused`
* `OnBombExploded`
* `AnyEvent`
* `AnyMessage`
* `AnyMessage`
* `OnActivityChange` (_string_) Activity

View File

@ -2,9 +2,10 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
<LangVersion>latestmajor</LangVersion>
</PropertyGroup>
<ItemGroup>