Closed BryanWilhite closed 1 year 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
dotnet add package Tavis.UriTemplates
Package 'Tavis.UriTemplates' is compatible with all the specified frameworks in project
Closing this since this version of dotnet core is out of support now.
this issue might be related to #53 but for this project:
running
dotnet add package Tavis.UriTemplates
returnsPackage 'Tavis.UriTemplates' is compatible with all the specified frameworks in project