Skip to content

Commit

Permalink
Fixed dependency on non-existing nuget package nsubstitute/NSubstitut…
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Moonen committed Feb 6, 2018
1 parent 9d68fcb commit b244e78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"name": "delegation toolbox",
"name": "Toolbox.Delegation",
"private": true,
"devDependencies": {
"gulp": "3.9.0",
Expand Down
3 changes: 1 addition & 2 deletions src/Digipolis.Delegation/Digipolis.Delegation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<Description>Toolbox for user delegation.</Description>
<Version>1.1.0</Version>
<Authors>digipolis.be</Authors>
<TargetFramework>netstandard1.6</TargetFramework>
<AssemblyName>Digipolis.Delegation</AssemblyName>
Expand All @@ -13,7 +12,7 @@
<PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<Copyright>digipolis.be</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="Moq" Version="4.7.10" />
<PackageReference Include="Moq" Version="4.8.1" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" />
<PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
Expand Down

0 comments on commit b244e78

Please sign in to comment.