Skip to content

Commit

Permalink
Merge pull request #25 from FH-Inway/update-dotnet
Browse files Browse the repository at this point in the history
⬇️ downgrade to .NET 6
  • Loading branch information
FH-Inway authored Jul 2, 2023
2 parents ebae6fc + 1409dfa commit 6795700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EDMXTrimmer/EDMXTrimmer/EDMXTrimmer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6795700

Please sign in to comment.