Skip to content

Commit

Permalink
Support net461.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Sep 26, 2021
1 parent 9a38bc2 commit 09fd58c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<Description>Utilities and base types for URI builders and parsers.</Description>
<TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard1.0;netstandard2.0;net461</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nito.Comparers" Version="5.0.5" />
<PackageReference Include="Nito.Comparers" Version="6.2.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Utilities and base types for HTTP and HTTPS URI builders and parsers.</Description>
<TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard1.0;netstandard2.0;net461</TargetFrameworks>
<PackageTags>$(PackageTags);http;https</PackageTags>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Utilities for using URIs with IPAddress.</Description>
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard1.3;netstandard2.0;net461</TargetFrameworks>
<PackageTags>$(PackageTags);ipaddress</PackageTags>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<Description>Utilities and base types for TAG URI builders and parsers.</Description>
<TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard1.0;netstandard2.0;net461</TargetFrameworks>
<PackageTags>$(PackageTags);tag</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nito.Comparers" Version="5.0.5" />
<PackageReference Include="Nito.Comparers" Version="6.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Standard-compliant URI encoders and parsers</Description>
<TargetFrameworks>netstandard1.0;netstandard1.3;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard1.0;netstandard1.3;netstandard2.0;net461</TargetFrameworks>
<PackageTags>uri;url;uriref;http;https</PackageTags>
<IsMetapackage>true</IsMetapackage>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/project.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.0.0-pre06</VersionPrefix>
<VersionPrefix>1.0.0-pre07</VersionPrefix>
<Authors>Stephen Cleary</Authors>
<PackageTags>uri;url</PackageTags>
<RootNamespace>Nito.UniformResourceIdentifiers</RootNamespace>
Expand Down

0 comments on commit 09fd58c

Please sign in to comment.