Skip to content
Snippets Groups Projects
Commit b094e908 authored by Edward Sabinus's avatar Edward Sabinus
Browse files

Move back to dotnet 5.0 from 6.0

parent 01597efd
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 9 deletions
......@@ -7,14 +7,16 @@ ANTRL-Grammatiken/*/*.tokens
# C# bin-Dateien und IDE Dateien
.vs
BewerterStrukturellerInduktion/bin/Debug/netcoreapp6.0/*.dll
BewerterStrukturellerInduktion/bin/Debug/netcoreapp6.0/*.txt
BewerterStrukturellerInduktion/bin/Debug/netcoreapp6.0/*.exe
BewerterStrukturellerInduktion/bin/Debug/netcoreapp6.0/*.json
BewerterStrukturellerInduktion/bin/Debug/netcoreapp6.0/*.pdb
BewerterStrukturellerInduktion/bin/Debug/netcoreapp6.0/.config
BewerterStrukturellerInduktion/bin/Debug/netcoreapp6.0/ex/
BewerterStrukturellerInduktion/bin/Debug/netcoreapp5.0/*.dll
BewerterStrukturellerInduktion/bin/Debug/netcoreapp5.0/*.txt
BewerterStrukturellerInduktion/bin/Debug/netcoreapp5.0/*.exe
BewerterStrukturellerInduktion/bin/Debug/netcoreapp5.0/*.json
BewerterStrukturellerInduktion/bin/Debug/netcoreapp5.0/*.pdb
BewerterStrukturellerInduktion/bin/Debug/netcoreapp5.0/.config
BewerterStrukturellerInduktion/bin/Debug/netcoreapp5.0/ex/
BewerterStrukturellerInduktion/bin/Debug/netcoreapp5.0/ref/
BewerterStrukturellerInduktion/bin/Release/*
BewerterStrukturellerInduktion/obj/
BewerterStrukturellerInduktion/Properties/
BewerterStrukturellerInduktion/*.user
BewerterStrukturellerInduktion/bin/Debug/netcoreapp6.0/
......@@ -2,9 +2,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp6.0</TargetFramework>
<TargetFramework>netcoreapp5.0</TargetFramework>
<StartupObject>ProgramForHuman</StartupObject>
<AssemblyName>BaumtransformationBewerterHuman</AssemblyName>
<AssemblyName>BewerterStrukturellerInduktionHuman</AssemblyName>
</PropertyGroup>
<ItemGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment