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

Add back netstandard2.0 support #108

Merged
merged 1 commit into from
Feb 3, 2022
Merged

Add back netstandard2.0 support #108

merged 1 commit into from
Feb 3, 2022

Conversation

oschwald
Copy link
Member

@oschwald oschwald commented Feb 3, 2022

Also remove requirements from README.md as the NuGet page covers this
and is less likely to get out of sync.

@@ -3,8 +3,9 @@
<PropertyGroup>
<Description>Benchmark project to validate .NET reader for the MaxMind DB file format</Description>
<VersionPrefix>4.0.0</VersionPrefix>
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
<AssemblyName>MaxMind.Db.Benchmark</AssemblyName>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net6.0;net5.0;net461;netcoreapp3.1</TargetFrameworks>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s{^\t}{\s}?

@oschwald oschwald force-pushed the greg/netstandard2.0 branch from b0c5961 to ed183b6 Compare February 3, 2022 21:44
Also remove requirements from README.md as the NuGet page covers this
and is less likely to get out of sync.
@oschwald oschwald force-pushed the greg/netstandard2.0 branch from ed183b6 to 9b3acce Compare February 3, 2022 21:45
@ugexe ugexe merged commit 1fa735a into main Feb 3, 2022
@ugexe ugexe deleted the greg/netstandard2.0 branch February 3, 2022 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants