-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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] <support@github.com>
- Loading branch information
1 parent
b555f00
commit 0c80512
Showing
2 changed files
with
98 additions
and
98 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<Copyright>Copyright © 2020</Copyright> | ||
|
||
<IsPackable>false</IsPackable> | ||
<NoWarn>$(NoWarn),CA1707</NoWarn> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<DefineConstants>$(DefineConstants);TRACE</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Using Include="Moq.AutoMock.Tests.Util" /> | ||
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Moq" version="4.18.4" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" /> | ||
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" /> | ||
<ProjectReference Include="..\Moq.AutoMock\Moq.AutoMock.csproj" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<Copyright>Copyright © 2020</Copyright> | ||
|
||
<IsPackable>false</IsPackable> | ||
<NoWarn>$(NoWarn),CA1707</NoWarn> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<DefineConstants>$(DefineConstants);TRACE</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Using Include="Moq.AutoMock.Tests.Util" /> | ||
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Moq" version="4.20.70" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" /> | ||
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" /> | ||
<ProjectReference Include="..\Moq.AutoMock\Moq.AutoMock.csproj" /> | ||
</ItemGroup> | ||
</Project> |
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,63 +1,63 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0</TargetFrameworks> | ||
<OutputType>Library</OutputType> | ||
<Copyright>Copyright © $([System.DateTime]::UtcNow.ToString("yyyy"))</Copyright> | ||
<NeutralLanguage>en-US</NeutralLanguage> | ||
|
||
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.5.0</VersionPrefix> | ||
|
||
<Authors>Tim Kellogg, Adam Hewitt, Kevin Bost</Authors> | ||
<PackageDescription>An auto-mocking container that generates mocks using Moq</PackageDescription> | ||
<Copyright>Copyright Tim Kellogg $([System.DateTime]::UtcNow.ToString("yyyy"))</Copyright> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageProjectUrl>https://github.com/moq/Moq.AutoMocker</PackageProjectUrl> | ||
<Tags>moq;automocking;testing;TDD</Tags> | ||
|
||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> | ||
|
||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
|
||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<NoWarn>$(NoWarn);AMG0002</NoWarn> | ||
</PropertyGroup> | ||
|
||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Moq" Version="4.18.4" /> | ||
<PackageReference Include="NonBlocking" Version="2.1.2" /> | ||
<ProjectReference Include="../Generators/Generators.csproj"> | ||
<OutputItemType>Analyzer</OutputItemType> | ||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Moq.AutoMocker.TestGenerator\Moq.AutoMocker.TestGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="$(TargetFramework) == 'net461'"> | ||
<PackageReference Include="System.ValueTuple" Version="4.5.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\LICENSE" Pack="true" PackagePath="" /> | ||
<Compile Include="..\System.Diagnostics.CodeAnalysis.cs" /> | ||
<None Include="..\Moq.AutoMocker.TestGenerator\bin\$(Configuration)\netstandard2.0\*.dll" Pack="True" PackagePath="analyzers\dotnet\cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<EmbeddedResource Update="Resources\Strings.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<StronglyTypedNamespace>$(AssemblyName).Resources</StronglyTypedNamespace> | ||
<StronglyTypedClassName>Strings</StronglyTypedClassName> | ||
<StronglyTypedFileName>$(IntermediateOutputPath)\Strings.Designer.cs</StronglyTypedFileName> | ||
<StronglyTypedLanguage>CSharp</StronglyTypedLanguage> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0</TargetFrameworks> | ||
<OutputType>Library</OutputType> | ||
<Copyright>Copyright © $([System.DateTime]::UtcNow.ToString("yyyy"))</Copyright> | ||
<NeutralLanguage>en-US</NeutralLanguage> | ||
|
||
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">3.5.0</VersionPrefix> | ||
|
||
<Authors>Tim Kellogg, Adam Hewitt, Kevin Bost</Authors> | ||
<PackageDescription>An auto-mocking container that generates mocks using Moq</PackageDescription> | ||
<Copyright>Copyright Tim Kellogg $([System.DateTime]::UtcNow.ToString("yyyy"))</Copyright> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageProjectUrl>https://github.com/moq/Moq.AutoMocker</PackageProjectUrl> | ||
<Tags>moq;automocking;testing;TDD</Tags> | ||
|
||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> | ||
|
||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
|
||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<NoWarn>$(NoWarn);AMG0002</NoWarn> | ||
</PropertyGroup> | ||
|
||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Moq" Version="4.20.70" /> | ||
<PackageReference Include="NonBlocking" Version="2.1.2" /> | ||
<ProjectReference Include="../Generators/Generators.csproj"> | ||
<OutputItemType>Analyzer</OutputItemType> | ||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> | ||
</ProjectReference> | ||
<ProjectReference Include="..\Moq.AutoMocker.TestGenerator\Moq.AutoMocker.TestGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="$(TargetFramework) == 'net461'"> | ||
<PackageReference Include="System.ValueTuple" Version="4.5.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\LICENSE" Pack="true" PackagePath="" /> | ||
<Compile Include="..\System.Diagnostics.CodeAnalysis.cs" /> | ||
<None Include="..\Moq.AutoMocker.TestGenerator\bin\$(Configuration)\netstandard2.0\*.dll" Pack="True" PackagePath="analyzers\dotnet\cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<EmbeddedResource Update="Resources\Strings.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<StronglyTypedNamespace>$(AssemblyName).Resources</StronglyTypedNamespace> | ||
<StronglyTypedClassName>Strings</StronglyTypedClassName> | ||
<StronglyTypedFileName>$(IntermediateOutputPath)\Strings.Designer.cs</StronglyTypedFileName> | ||
<StronglyTypedLanguage>CSharp</StronglyTypedLanguage> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
</Project> |