Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump Moq from 4.18.4 to 4.20.70 #224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/CompilerCliTest/CompilerCliTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<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="Moq" Version="4.20.70" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
118 changes: 59 additions & 59 deletions tests/CompilerTest/CompilerTest.csproj
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>
Loading