Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .NET version #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davidrpalmer
Copy link

@davidrpalmer davidrpalmer commented Mar 28, 2023

  • Change main project to .NET Standard 2.0
  • Upgrade test project to .NET 6
  • Add NUnit3TestAdapter since the plugin for running tests in Visual Studio is not supported in VS 2022. Migrate nuspec to csproj.

There was a discrepancy between AssemblyInfo.cs which had version 1.0.1.0 and AbsoluteTimer.nuspec which has version 0.0.0.0. In the combined AbsoluteTimer.csproj file I've used version 0.0.0 - so the version from nuspec, but dropped the 4th digit for the Semantic Versioning format recommended for NuGet packages.

Change main project to .NET Standard 2.0
Upgrade test project to .NET Framework 4.8
Add NUnit3TestAdapter since the plugin for running tests in Visual Studio is not supported in VS 2022.
Migrate nuspec to csproj.
@cincuranet
Copy link
Owner

Please upgrade AbsoluteTimer.Tests.csproj to new format as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants