Skip to content

Commit

Permalink
Merge pull request #40 from microsoft/fixbuild
Browse files Browse the repository at this point in the history
Fix build not working
  • Loading branch information
alberto-baron authored Dec 2, 2023
2 parents bae4b7c + 1587ac8 commit 35a2e31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<AssemblyName>PackageUploader</AssemblyName>
<Copyright>© Microsoft Corporation</Copyright>
<RuntimeFrameworkVersion>6.0.16</RuntimeFrameworkVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
Expand Down

0 comments on commit 35a2e31

Please sign in to comment.