Skip to content

Commit

Permalink
Bump nuget packages to latest versions in Sharpmake.UnitTests
Browse files Browse the repository at this point in the history
  • Loading branch information
belkiss committed Jul 16, 2021
1 parent f698605 commit 50d7f14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sharpmake.UnitTests/Sharpmake.UnitTests.sharpmake.cs
Expand Up @@ -30,11 +30,11 @@ public override void ConfigureAll(Configuration conf, Target target)
conf.AddPrivateDependency<SharpmakeGeneratorsProject>(target);
conf.AddPrivateDependency<Platforms.CommonPlatformsProject>(target);

conf.ReferencesByNuGetPackage.Add("Microsoft.NET.Test.Sdk", "16.9.4");
conf.ReferencesByNuGetPackage.Add("Microsoft.NET.Test.Sdk", "16.10.0");

conf.ReferencesByNuGetPackage.Add("NUnit.Console", "3.12.0");
conf.ReferencesByNuGetPackage.Add("NUnit", "3.13.1");
conf.ReferencesByNuGetPackage.Add("NUnit3TestAdapter", "3.17.0");
conf.ReferencesByNuGetPackage.Add("NUnit", "3.13.2");
conf.ReferencesByNuGetPackage.Add("NUnit3TestAdapter", "4.0.0");
}
}
}

0 comments on commit 50d7f14

Please sign in to comment.