This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 </PropertyGroup >
1818 <ItemGroup >
1919 <PackageReference Include =" Halcyon" Version =" 2.5.1" />
20- <PackageReference Include =" KatanaNetStandard" Version =" 3.0.6" />
2120 <PackageReference Include =" LibLog" Version =" 4.2.6" PrivateAssets =" All" />
2221 <PackageReference Include =" Microsoft.IO.RecyclableMemoryStream" Version =" 1.2.2" />
2322 <PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
3029 <Reference Include =" Microsoft.CSharp" />
3130 </ItemGroup >
3231 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.6' " >
32+ <PackageReference Include =" KatanaNetStandard" Version =" 3.0.6" />
3333 <PackageReference Include =" Microsoft.CSharp" Version =" 4.3.0" />
3434 <PackageReference Include =" System.Threading" Version =" 4.3.0" />
3535 </ItemGroup >
36+ <ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
37+ <PackageReference Include =" Microsoft.Owin" Version =" 3.0.1" />
38+ </ItemGroup >
3639 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.6' " >
3740 <DefineConstants >$(DefineConstants);LIBLOG_PORTABLE</DefineConstants >
3841 <DebugType >portable</DebugType >
You can’t perform that action at this time.
0 commit comments