Updated to Theraot.Core 2.2.0

pull/38/head
David Hall 2019-01-31 11:32:35 -07:00
parent 4c21a6541d
commit ed1eac8f41
2 changed files with 2 additions and 2 deletions

View File

@ -74,6 +74,6 @@ CorrepsondingAction, StringListPackMethod
<None Include="Collections\VaList.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Theraot.Core" Version="2.1.0" Condition=" '$(TargetFramework)' != 'netstandard2.0' " />
<PackageReference Include="Theraot.Core" Version="2.2.0" Condition=" '$(TargetFramework)' != 'netstandard2.0' " />
</ItemGroup>
</Project>

View File

@ -62,7 +62,7 @@ BackgroundCopyACLFlags, BackgroundCopyCost, BackgroundCopyErrorContext, Backgrou
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.5.0" Condition=" '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'netcoreapp2.0' Or '$(TargetFramework)' == 'netcoreapp2.1' " />
<PackageReference Include="Theraot.Core" Version="2.1.0" Condition=" '$(TargetFramework)' == 'net20' Or '$(TargetFramework)' == 'net35' Or '$(TargetFramework)' == 'net40' " />
<PackageReference Include="Theraot.Core" Version="2.2.0" Condition=" '$(TargetFramework)' == 'net20' Or '$(TargetFramework)' == 'net35' Or '$(TargetFramework)' == 'net40' " />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PInvoke\BITS\Vanara.PInvoke.BITS.csproj" />