Skip to content

Commit

Permalink
Merge pull request #315 from VPKSoft/dependabot/nuget/Microsoft.NET.T…
Browse files Browse the repository at this point in the history
…est.Sdk-17.9.0

Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.9.0
  • Loading branch information
Petteri Kautonen authored Feb 22, 2024
2 parents 4463329 + 31aa5bb commit 6c0eb61
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions amp.Tests/amp.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>

<Company>VPKSoft</Company>

<Product>amp#</Product>

<Copyright>Copyright © VPKSoft 2023</Copyright>

<Description>Unit tests for the amp# software.</Description>

<PackageProjectUrl>https://github.com/VPKSoft/amp-multi</PackageProjectUrl>

<PackageIcon>amp.png</PackageIcon>

<PackageReadmeFile>README.md</PackageReadmeFile>

<RepositoryUrl>https://github.com/VPKSoft/amp-multi</RepositoryUrl>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="..\amp.licenseheader" Link="amp.licenseheader" />
<None Include="..\amp.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\amp.Database\amp.Database.csproj" />
<ProjectReference Include="..\amp.Playback\amp.Playback.csproj" />
<ProjectReference Include="..\amp.Shared\amp.Shared.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>

<Company>VPKSoft</Company>

<Product>amp#</Product>

<Copyright>Copyright © VPKSoft 2023</Copyright>

<Description>Unit tests for the amp# software.</Description>

<PackageProjectUrl>https://github.com/VPKSoft/amp-multi</PackageProjectUrl>

<PackageIcon>amp.png</PackageIcon>

<PackageReadmeFile>README.md</PackageReadmeFile>

<RepositoryUrl>https://github.com/VPKSoft/amp-multi</RepositoryUrl>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="..\amp.licenseheader" Link="amp.licenseheader" />
<None Include="..\amp.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\amp.Database\amp.Database.csproj" />
<ProjectReference Include="..\amp.Playback\amp.Playback.csproj" />
<ProjectReference Include="..\amp.Shared\amp.Shared.csproj" />
</ItemGroup>

</Project>

0 comments on commit 6c0eb61

Please sign in to comment.