-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump Moq from 4.18.4 to 4.20.70
Bumps [Moq](https://github.com/moq/moq) from 4.18.4 to 4.20.70. - [Release notes](https://github.com/moq/moq/releases) - [Changelog](https://github.com/devlooped/moq/blob/main/CHANGELOG.md) - [Commits](moq/moq.spikes@v4.18.4...v4.20.70) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
0df1750
commit e08ad86
Showing
2 changed files
with
60 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Nullable>warnings</Nullable> | ||
<LangVersion>11</LangVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<WarningLevel>1</WarningLevel> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Bogus" Version="34.0.2" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> | ||
<PackageReference Include="Moq" Version="4.18.4" /> | ||
<PackageReference Include="xunit" Version="2.4.2" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<DotNetCliToolReference Include="JetBrains.dotCover.DotNetCliTool" Version="2020.3.2" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\Compiler\Compiler.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<TestDataFiles Include="$(ProjectDir)_TestData\\**\*.*" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="_TestData\ConfigFileLoader\ValidConfig\Ownership\Alternate\Foo.txt" /> | ||
<Content Include="_TestData\ConfigFileLoader\ValidConfig\Ownership\Foo\Foo.txt" /> | ||
<Content Include="_TestData\ConfigFileLoader\ValidConfig\Ownership\Non-UK\EUR Islands.txt" /> | ||
<Content Include="_TestData\ConfigIncludeLoader\ValidConfig\Ownership\Alternate\Foo.txt" /> | ||
<Content Include="_TestData\ConfigIncludeLoader\ValidConfig\Ownership\Foo\Foo.txt" /> | ||
<Content Include="_TestData\ConfigIncludeLoader\ValidConfig\Ownership\Non-UK\EUR Islands.txt" /> | ||
<Content Include="_TestData\ExcludeByParentFolder\Foo.txt" /> | ||
<Content Include="_TestData\FileExistsFilter\Foo.txt" /> | ||
<Content Include="_TestData\FileExistsValidator\Foo.txt" /> | ||
<Content Include="_TestData\FolderFileListGenerator\Foo.txt" /> | ||
<Content Include="_TestData\FolderFileListGenerator\Nested\Bar.txt" /> | ||
<Content Include="_TestData\IgnoreWhenFileExists\Foo.txt" /> | ||
<Content Include="_TestData\SectorDataFile\ArcGenTest.txt" /> | ||
</ItemGroup> | ||
|
||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<Copy SourceFiles="@(TestDataFiles)" DestinationFiles="@(TestDataFiles->'$(TargetDir)_TestData\\%(RecursiveDir)%(Filename)%(Extension)')" /> | ||
</Target> | ||
|
||
<ProjectExtensions><VisualStudio><UserProperties _3testdata_4configfileloader_4invalidjson_4config_1json__JsonSchema="" /></VisualStudio></ProjectExtensions> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<Nullable>warnings</Nullable> | ||
<LangVersion>11</LangVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<WarningLevel>1</WarningLevel> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Bogus" Version="34.0.2" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> | ||
<PackageReference Include="Moq" Version="4.20.70" /> | ||
<PackageReference Include="xunit" Version="2.4.2" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<DotNetCliToolReference Include="JetBrains.dotCover.DotNetCliTool" Version="2020.3.2" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\Compiler\Compiler.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<TestDataFiles Include="$(ProjectDir)_TestData\\**\*.*" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="_TestData\ConfigFileLoader\ValidConfig\Ownership\Alternate\Foo.txt" /> | ||
<Content Include="_TestData\ConfigFileLoader\ValidConfig\Ownership\Foo\Foo.txt" /> | ||
<Content Include="_TestData\ConfigFileLoader\ValidConfig\Ownership\Non-UK\EUR Islands.txt" /> | ||
<Content Include="_TestData\ConfigIncludeLoader\ValidConfig\Ownership\Alternate\Foo.txt" /> | ||
<Content Include="_TestData\ConfigIncludeLoader\ValidConfig\Ownership\Foo\Foo.txt" /> | ||
<Content Include="_TestData\ConfigIncludeLoader\ValidConfig\Ownership\Non-UK\EUR Islands.txt" /> | ||
<Content Include="_TestData\ExcludeByParentFolder\Foo.txt" /> | ||
<Content Include="_TestData\FileExistsFilter\Foo.txt" /> | ||
<Content Include="_TestData\FileExistsValidator\Foo.txt" /> | ||
<Content Include="_TestData\FolderFileListGenerator\Foo.txt" /> | ||
<Content Include="_TestData\FolderFileListGenerator\Nested\Bar.txt" /> | ||
<Content Include="_TestData\IgnoreWhenFileExists\Foo.txt" /> | ||
<Content Include="_TestData\SectorDataFile\ArcGenTest.txt" /> | ||
</ItemGroup> | ||
|
||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<Copy SourceFiles="@(TestDataFiles)" DestinationFiles="@(TestDataFiles->'$(TargetDir)_TestData\\%(RecursiveDir)%(Filename)%(Extension)')" /> | ||
</Target> | ||
|
||
<ProjectExtensions><VisualStudio><UserProperties _3testdata_4configfileloader_4invalidjson_4config_1json__JsonSchema="" /></VisualStudio></ProjectExtensions> | ||
|
||
</Project> |