From 1409dfaf13bc9bbeaa5e033453bb09b9776ead5d Mon Sep 17 00:00:00 2001
From: Florian Hopfner <33372796+FH-Inway@users.noreply.github.com>
Date: Sat, 24 Jun 2023 10:35:46 +0000
Subject: [PATCH] :arrow_down: downgrade to .NET 6
Use .NET 6 for long term support and update build documentation.
---
EDMXTrimmer/EDMXTrimmer/EDMXTrimmer.csproj | 2 +-
README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/EDMXTrimmer/EDMXTrimmer/EDMXTrimmer.csproj b/EDMXTrimmer/EDMXTrimmer/EDMXTrimmer.csproj
index 2063c63..c5c6316 100644
--- a/EDMXTrimmer/EDMXTrimmer/EDMXTrimmer.csproj
+++ b/EDMXTrimmer/EDMXTrimmer/EDMXTrimmer.csproj
@@ -2,7 +2,7 @@
Exe
- net7.0
+ net6.0
diff --git a/README.md b/README.md
index bc33e74..683ec38 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ EDMXTrimmer is used to remove entities and related objects (entity sets, navigat
For example the D365FO OData specification in version 10.0.29 is a 30 MB .edmx file. If only one entity such as CustomersV3 is required, EDMXTrimmer can reduce the file size to less than 200 KB.
## Build
-EDMXTrimmer is a .Net Core 3.1 console application. It can be built with Visual Studio 2019 or with the .Net Core 3.1 SDK.
+EDMXTrimmer is a .Net 6 console application. It can be built with Visual Studio 2022 or with the .Net 6 SDK.
## Command line
EDMXTrimmer can be run from the command line.