Updated dependent NuGet packages

pull/83/head
David Hall 2019-11-18 09:10:55 -07:00
parent 9771eadebc
commit 2727b23092
4 changed files with 4 additions and 14 deletions

View File

@ -1,10 +0,0 @@
#if (NET20 || NET35 || NETCOREAPP1_0 || NETCOREAPP1_1)
namespace System.Diagnostics.CodeAnalysis
{
/// <summary>Compensates for missing attribute in .NET 2.0</summary>
/// <seealso cref="System.Attribute"/>
public class ExcludeFromCodeCoverageAttribute : Attribute
{
}
}
#endif

View File

@ -56,7 +56,7 @@ CorrespondingAction, StringListPackMethod
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('net2')) Or $(TargetFramework.StartsWith('net3')) Or '$(TargetFramework)' == 'net40' ">
<PackageReference Include="Theraot.Core">
<Version>3.0.4</Version>
<Version>3.1.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">

View File

@ -58,7 +58,7 @@ BatteryStatus, EnergySaverStatus, JobLimit, NetworkInterfaceAccessType, NetworkI
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.6.0" Condition=" $(TargetFramework.StartsWith('netstandard')) Or $(TargetFramework.StartsWith('netcore')) " />
<PackageReference Include="Theraot.Core" Version="3.0.4" Condition=" $(TargetFramework.StartsWith('net2')) Or $(TargetFramework.StartsWith('net3')) Or '$(TargetFramework)' == 'net40' " />
<PackageReference Include="Theraot.Core" Version="3.1.0" Condition=" $(TargetFramework.StartsWith('net2')) Or $(TargetFramework.StartsWith('net3')) Or '$(TargetFramework)' == 'net40' " />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BITS\Vanara.BITS.csproj" />

View File

@ -52,13 +52,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="ICSharpCode.Decompiler">
<Version>5.0.0.5124</Version>
<Version>5.0.2.5153</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis">
<Version>3.3.1</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>12.0.2</Version>
<Version>12.0.3</Version>
</PackageReference>
<PackageReference Include="NUnit">
<Version>3.12.0</Version>