From 6207b7d738bdf0fa03667a9ddcd27f08a359c0c1 Mon Sep 17 00:00:00 2001 From: steffenskov Date: Thu, 14 May 2026 08:46:39 +0200 Subject: [PATCH] chore: Updated to .Net 10 --- Directory.Build.props | 10 +++++++- Directory.Packages.props | 23 +++++++++++++++++++ PerformantReflection.sln | 1 + .../PerformantReflection.csproj | 8 ------- .../PerformantReflection.UnitTests.csproj | 12 ++++------ 5 files changed, 37 insertions(+), 17 deletions(-) create mode 100644 Directory.Packages.props diff --git a/Directory.Build.props b/Directory.Build.props index f3c987f..2edab76 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,15 @@ - 1.9.1 + 1.10.0 + net10.0 + enable + true + true + Steffen Skov + Steffen Skov + Steffen Skov 2022 + MIT diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..269313f --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,23 @@ + + + + true + true + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + \ No newline at end of file diff --git a/PerformantReflection.sln b/PerformantReflection.sln index de5b9a5..b85327a 100644 --- a/PerformantReflection.sln +++ b/PerformantReflection.sln @@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig Directory.Build.props = Directory.Build.props + Directory.Packages.props = Directory.Packages.props EndProjectSection EndProject Global diff --git a/src/PerformantReflection/PerformantReflection.csproj b/src/PerformantReflection/PerformantReflection.csproj index 4c2a953..edae6e1 100644 --- a/src/PerformantReflection/PerformantReflection.csproj +++ b/src/PerformantReflection/PerformantReflection.csproj @@ -1,15 +1,7 @@ - net8.0 - enable - true - true - Steffen Skov - Steffen Skov A super small library for making Reflection FAST. - Steffen Skov 2022 - MIT https://github.com/steffenskov/PerformantReflection Reflection, Performance README.md diff --git a/tests/PerformantReflection.UnitTests/PerformantReflection.UnitTests.csproj b/tests/PerformantReflection.UnitTests/PerformantReflection.UnitTests.csproj index 39cb5d3..d0218eb 100644 --- a/tests/PerformantReflection.UnitTests/PerformantReflection.UnitTests.csproj +++ b/tests/PerformantReflection.UnitTests/PerformantReflection.UnitTests.csproj @@ -1,21 +1,17 @@ - net8.0 - enable - enable - true false - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all