tavis-software / Tavis.UriTemplates

.Net implementation of the URI Template Spec https://tools.ietf.org/html/rfc6570
Apache License 2.0
169 stars 39 forks source link

Tavis.UriTemplates and netcoreapp2.2 #60

Closed BryanWilhite closed 1 year ago

BryanWilhite commented 5 years ago

this issue might be related to #53 but for this project:

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp2.2</TargetFramework>

    <IsPackable>false</IsPackable>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.2.0" />
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
    <PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
    <PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
    <PackageReference Include="SonghayCore" Version="2.8.8" />
    <PackageReference Include="SonghayCore.MSTest" Version="2.4.2" />
    <PackageReference Include="Tavis.UriTemplates" Version="1.1.2" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\Songhay.ContentNegotiation\Songhay.ContentNegotiation.csproj" />
  </ItemGroup>

</Project>

running dotnet add package Tavis.UriTemplates returns Package 'Tavis.UriTemplates' is compatible with all the specified frameworks in project

baywet commented 1 year ago

Closing this since this version of dotnet core is out of support now.