CodebreakerApp / Codebreaker.Xaml

MIT License
0 stars 1 forks source link

Libraries used with .NET 7 clients #176

Open christiannagel opened 1 month ago

christiannagel commented 1 month ago

We shouldn't force .NET 7 clients to use .NET 8 libraries (Microsoft.Extensions.Options).

Change the dependency with the view-model library to use the latest .NET 7 version with .NET 7 clients, and the .NET 8 version with .NET 8 clients.

szv commented 1 month ago

I will update this after the Nuget package of the GamesClient was published in one PR.