Skip to content

Commit 9b16d3f

Browse files
committed
.net 10
1 parent 01dbae9 commit 9b16d3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ECommons/ECommons.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Authors>NightmareXIV</Authors>
5-
<BaseVersion>3.0.1.32</BaseVersion>
5+
<BaseVersion>3.1.0.0</BaseVersion>
66
<PackageKind></PackageKind>
77
<VersionSuffix Condition="'$(PackageKind)' != ''">-$(PackageKind)</VersionSuffix>
88
<Version>$(BaseVersion)$(VersionSuffix)</Version>
99
<Configurations>Debug;Release</Configurations>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<TargetFramework>net9.0-windows7.0</TargetFramework>
13+
<TargetFramework>net10.0-windows7.0</TargetFramework>
1414
<Platforms>x64</Platforms>
1515
<LangVersion>preview</LangVersion>
1616
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

ECommons/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
"net9.0-windows7.0": {
4+
"net10.0-windows7.0": {
55
"Microsoft.CodeAnalysis.BannedApiAnalyzers": {
66
"type": "Direct",
77
"requested": "[3.3.4, )",

0 commit comments

Comments
 (0)