Skip to content

Commit 22b9653

Browse files
committed
cleanup
1 parent 80c9eab commit 22b9653

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

Directory.Build.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
54
<LangVersion>14</LangVersion>
65
<Nullable>enable</Nullable>
76
<ImplicitUsings>enable</ImplicitUsings>

src/Hexecs.Tests/Hexecs.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<TargetFramework>net10.0</TargetFramework>
45
<IsPackable>false</IsPackable>
56
<IsTestProject>true</IsTestProject>
67
<CollectCoverage>true</CollectCoverage>

src/Hexecs/Hexecs.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
5-
<PublishAot>true</PublishAot>
65
<StripSymbols>false</StripSymbols>
76
<IsAotCompatible>true</IsAotCompatible>
87
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)