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

Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.10.0 in /dashboard/tests/Piipan.Dashboard.Tests #2195

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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="bunit" Version="1.14.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="ReflectionMagic" Version="4.1.0" />
<PackageReference Include="TimeZoneConverter" Version="6.0.1" />
Expand Down
90 changes: 45 additions & 45 deletions shared/tests/Piipan.Shared.Tests/Piipan.Shared.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreLockedMode>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.27.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.2.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<!-- Exclude this project from Code Coverage. Test projects are normally automatically excluded from code coverage, but
because added this project as a reference to a couple other test projects we need to explicitly tell code climate to ignore this project. -->
<ItemGroup>
<AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\match\src\Piipan.Match\Piipan.Match.Func.Api\Piipan.Match.Func.Api.csproj" />
<ProjectReference Include="..\..\src\Piipan.Shared.API\Piipan.Shared.API.csproj" />
<ProjectReference Include="..\..\src\Piipan.Shared\Piipan.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="./Deidentification/name_tests.csv" Link="name_tests.csv" CopyToOutputDirectory="PreserveNewest" />
<Content Include="../../../etl/docs/csv/plaintext-example.csv" Link="plaintext-example.csv" CopyToOutputDirectory="PreserveNewest" />
<Content Include="../../../etl/docs/csv/example.csv" Link="example.csv" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreLockedMode>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.27.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.2.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<!-- Exclude this project from Code Coverage. Test projects are normally automatically excluded from code coverage, but
because added this project as a reference to a couple other test projects we need to explicitly tell code climate to ignore this project. -->
<ItemGroup>
<AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\match\src\Piipan.Match\Piipan.Match.Func.Api\Piipan.Match.Func.Api.csproj" />
<ProjectReference Include="..\..\src\Piipan.Shared.API\Piipan.Shared.API.csproj" />
<ProjectReference Include="..\..\src\Piipan.Shared\Piipan.Shared.csproj" />
</ItemGroup>

<ItemGroup>
<Content Include="./Deidentification/name_tests.csv" Link="name_tests.csv" CopyToOutputDirectory="PreserveNewest" />
<Content Include="../../../etl/docs/csv/plaintext-example.csv" Link="plaintext-example.csv" CopyToOutputDirectory="PreserveNewest" />
<Content Include="../../../etl/docs/csv/example.csv" Link="example.csv" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

</Project>