Use NetStandard instead of explicit versions.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>net480;net60;net70</TargetFrameworks>
|
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#if NET6_0_OR_GREATER
|
#if NETSTANDARD2_1_OR_GREATER
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors>Tommy Parnell</Authors>
|
<Authors>Tommy Parnell</Authors>
|
||||||
<TargetFrameworks>net480;net60;net70</TargetFrameworks>
|
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
|
||||||
<AssemblyName>UriBuilder.Fluent</AssemblyName>
|
<AssemblyName>UriBuilder.Fluent</AssemblyName>
|
||||||
<PackageId>UriBuilder.Fluent</PackageId>
|
<PackageId>UriBuilder.Fluent</PackageId>
|
||||||
<PackageTags>Url building;Uri;Uri building;fluent;extension</PackageTags>
|
<PackageTags>Url building;Uri;Uri building;fluent;extension</PackageTags>
|
||||||
|
|||||||
Reference in New Issue
Block a user