diff --git a/Moq.AutoMock.Tests/Moq.AutoMock.Tests.csproj b/Moq.AutoMock.Tests/Moq.AutoMock.Tests.csproj index 590f95e..5bd3c5c 100644 --- a/Moq.AutoMock.Tests/Moq.AutoMock.Tests.csproj +++ b/Moq.AutoMock.Tests/Moq.AutoMock.Tests.csproj @@ -1,36 +1,36 @@ - - - - net6.0 - Copyright © 2020 - - false - $(NoWarn),CA1707 - - - - true - full - false - $(DefineConstants);DEBUG;TRACE - - - - pdbonly - true - $(DefineConstants);TRACE - - - - - - - - - - - - - - + + + + net6.0 + Copyright © 2020 + + false + $(NoWarn),CA1707 + + + + true + full + false + $(DefineConstants);DEBUG;TRACE + + + + pdbonly + true + $(DefineConstants);TRACE + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Moq.AutoMock/Moq.AutoMock.csproj b/Moq.AutoMock/Moq.AutoMock.csproj index 861474b..1cd4f0b 100644 --- a/Moq.AutoMock/Moq.AutoMock.csproj +++ b/Moq.AutoMock/Moq.AutoMock.csproj @@ -1,63 +1,63 @@ - - - - netstandard2.0 - Library - Copyright © $([System.DateTime]::UtcNow.ToString("yyyy")) - en-US - - 3.5.0 - - Tim Kellogg, Adam Hewitt, Kevin Bost - An auto-mocking container that generates mocks using Moq - Copyright Tim Kellogg $([System.DateTime]::UtcNow.ToString("yyyy")) - LICENSE - https://github.com/moq/Moq.AutoMocker - moq;automocking;testing;TDD - - true - true - - true - true - true - snupkg - - true - $(NoWarn);AMG0002 - - - - - - all - - - - - Analyzer - false - - - - - - - - - - - - - - - - - ResXFileCodeGenerator - $(AssemblyName).Resources - Strings - $(IntermediateOutputPath)\Strings.Designer.cs - CSharp - - - + + + + netstandard2.0 + Library + Copyright © $([System.DateTime]::UtcNow.ToString("yyyy")) + en-US + + 3.5.0 + + Tim Kellogg, Adam Hewitt, Kevin Bost + An auto-mocking container that generates mocks using Moq + Copyright Tim Kellogg $([System.DateTime]::UtcNow.ToString("yyyy")) + LICENSE + https://github.com/moq/Moq.AutoMocker + moq;automocking;testing;TDD + + true + true + + true + true + true + snupkg + + true + $(NoWarn);AMG0002 + + + + + + all + + + + + Analyzer + false + + + + + + + + + + + + + + + + + ResXFileCodeGenerator + $(AssemblyName).Resources + Strings + $(IntermediateOutputPath)\Strings.Designer.cs + CSharp + + +