itlibrium / BDD-toolkit-dotnet

Simple BDD syntax for writing domain model tests
MIT License
25 stars 6 forks source link

Upgrade Sample from .NET 3.1 to .NET 8 #6

Open oliver254 opened 1 month ago

oliver254 commented 1 month ago

As a user, I want to update to the latest version of .Net, so that I can use it in the latest projects.

technites-pl commented 1 month ago

I use this library in projects targeting .net8.0 and it works. What is the problem in your case?

AbdulGafoor-inmar commented 2 weeks ago

TargetFramework: net8.0 You can place this in your .csproj files, upgrade your nuget packages and use the best practices whatever you need in that. And check the functionality once. Tell me more about your problem which you are facing?