spaghettidba / WorkloadTools

A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
MIT License
230 stars 51 forks source link

Update target framework to .net 4.8 for VS2022 #124

Closed JeffBarnard closed 1 year ago

JeffBarnard commented 1 year ago

I'm just updating target framework to .net 4.8, the last long term support release of the .net framework. New systems rarely have 4.6.1 or even 4.7 anymore. The next step would be to convert the projects to the newer SDK style project format which would then facilitate migration to .net core (.net 6 and above). I think that with Microsoft discontinuing distributed replay in 2022, your project is very important for the community 😁

spaghettidba commented 1 year ago

Thank you very much Jeff! Sorry if it took a while to merge your commits.