Skip to content

Commit

Permalink
Added packages.lock.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Mar 8, 2023
1 parent d15b114 commit 7f6c2bd
Show file tree
Hide file tree
Showing 22 changed files with 22,580 additions and 11 deletions.
4 changes: 3 additions & 1 deletion Ocaramba.Tests.Angular/Ocaramba.Tests.Angular.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net472|AnyCPU'">
<CodeAnalysisRuleSet>..\Ocaramba\fxcop-sonarqube.tests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>
1,984 changes: 1,984 additions & 0 deletions Ocaramba.Tests.Angular/packages.lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net472|AnyCPU'">
<CodeAnalysisRuleSet>..\Ocaramba\fxcop-sonarqube.tests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>
1,966 changes: 1,966 additions & 0 deletions Ocaramba.Tests.CloudProviderCrossBrowser/packages.lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Ocaramba.Tests.Features/Ocaramba.Tests.Features.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net472|AnyCPU'">
<CodeAnalysisRuleSet>..\Ocaramba\fxcop-sonarqube.tests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>
Loading

0 comments on commit 7f6c2bd

Please sign in to comment.