-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from ZEISS-PiWeb/dependabot/nuget/src/Moq-4.20.70
chore(deps): Bump Moq from 4.18.4 to 4.20.70 in /src
- Loading branch information
Showing
1 changed file
with
32 additions
and
32 deletions.
There are no files selected for viewing
64 changes: 32 additions & 32 deletions
64
src/CalculatedCharacteristics.Tests/CalculatedCharacteristics.Tests.csproj
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,33 +1,33 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
<RootNamespace>Zeiss.PiWeb.CalculatedCharacteristics.Tests</RootNamespace> | ||
<LangVersion>latest</LangVersion> | ||
<PackageVersion>4.0.1</PackageVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="Assembly information"> | ||
<AssemblyName>Zeiss.PiWeb.CalculatedCharacteristics.Tests</AssemblyName> | ||
<AssemblyVersion>4.0.1</AssemblyVersion> | ||
<Company>Carl Zeiss Industrielle Messtechnik GmbH</Company> | ||
<Copyright>Copyright © 2021 $(Company)</Copyright> | ||
<FileVersion>$(AssemblyVersion)</FileVersion> | ||
<InformationalVersion>$(AssemblyVersion)</InformationalVersion> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Product>ZEISS PiWeb Calculated Characteristics</Product> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="$(SolutionDir)\CalculatedCharacteristics\CalculatedCharacteristics.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" /> | ||
<PackageReference Include="Moq" Version="4.18.4" /> | ||
<PackageReference Include="NUnit" Version="3.13.3" /> | ||
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" /> | ||
</ItemGroup> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
<RootNamespace>Zeiss.PiWeb.CalculatedCharacteristics.Tests</RootNamespace> | ||
<LangVersion>latest</LangVersion> | ||
<PackageVersion>4.0.1</PackageVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="Assembly information"> | ||
<AssemblyName>Zeiss.PiWeb.CalculatedCharacteristics.Tests</AssemblyName> | ||
<AssemblyVersion>4.0.1</AssemblyVersion> | ||
<Company>Carl Zeiss Industrielle Messtechnik GmbH</Company> | ||
<Copyright>Copyright © 2021 $(Company)</Copyright> | ||
<FileVersion>$(AssemblyVersion)</FileVersion> | ||
<InformationalVersion>$(AssemblyVersion)</InformationalVersion> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
<Product>ZEISS PiWeb Calculated Characteristics</Product> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="$(SolutionDir)\CalculatedCharacteristics\CalculatedCharacteristics.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" /> | ||
<PackageReference Include="Moq" Version="4.20.70" /> | ||
<PackageReference Include="NUnit" Version="3.13.3" /> | ||
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" /> | ||
</ItemGroup> | ||
|
||
</Project> |