diff --git a/.gitignore b/.gitignore index add57be..10054df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,43 @@ +riderModule.iml +/_ReSharper.Caches/ + +# Build- und Veröffentlichungsordner bin/ obj/ -/packages/ -riderModule.iml -/_ReSharper.Caches/ \ No newline at end of file +out/ + +# User-spezifische Dateien +*.user +*.suo +*.userosscache +*.sln.docstates + +# Visual Studio Code Snippets +.vscode/ + +# NuGet-Pakete +*.nupkg +*.snupkg +packages/ +*.nuspec + +# Log-Dateien +*.log + +# Einstellungen und temporäre Dateien +*.vs/ +*.DS_Store +Thumbs.db + +# Test- und Coverage-Dateien +TestResults/ +*.coverage +*.coveragexml + +# Sonstige temporäre Dateien +_ReSharper*/ +*.resharper +*.DotSettings.user + +# Konfigurationsdateien, die nicht geteilt werden sollen +appsettings.Development.json \ No newline at end of file diff --git a/AsyncScheduler/AsyncScheduler.csproj b/AsyncScheduler/AsyncScheduler.csproj index bc63034..add8954 100644 --- a/AsyncScheduler/AsyncScheduler.csproj +++ b/AsyncScheduler/AsyncScheduler.csproj @@ -1,7 +1,7 @@  - net472;netcoreapp2.1 + net472;net60 true Michael Brunner Task scheduler for .NET Core / Full @@ -20,14 +20,14 @@ - - - + + + - - + + v diff --git a/AsyncSchedulerTest/AsyncSchedulerTest.csproj b/AsyncSchedulerTest/AsyncSchedulerTest.csproj index b2792d9..3d8115c 100644 --- a/AsyncSchedulerTest/AsyncSchedulerTest.csproj +++ b/AsyncSchedulerTest/AsyncSchedulerTest.csproj @@ -2,17 +2,23 @@ false - net472;netcoreapp3.1;netcoreapp2.1 + net472;net80 - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + - - - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/BlazorAppExample/BlazorAppExample.csproj b/BlazorAppExample/BlazorAppExample.csproj index f07fd90..2f5aa72 100644 --- a/BlazorAppExample/BlazorAppExample.csproj +++ b/BlazorAppExample/BlazorAppExample.csproj @@ -1,18 +1,18 @@  - netcoreapp3.1 + net8.0 - - - - - - - - + + + + + + + + diff --git a/ConsoleExample/ConsoleExample.csproj b/ConsoleExample/ConsoleExample.csproj index 50575e9..cacd5e8 100644 --- a/ConsoleExample/ConsoleExample.csproj +++ b/ConsoleExample/ConsoleExample.csproj @@ -3,7 +3,7 @@ Example Console Application for AsyncScheduler Exe - netcoreapp3.1 + net8.0 false false @@ -13,14 +13,14 @@ - - - - + + + + - +