Skip to content

Commit

Permalink
Auto csproj fix and update by bot.
Browse files Browse the repository at this point in the history
  • Loading branch information
NugetNinja committed Jan 22, 2024
1 parent 59ef925 commit e177118
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
14 changes: 5 additions & 9 deletions src/QuickInfo.Tests/QuickInfo.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.16" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.26" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\QuickInfoWeb\QuickInfoWeb.csproj" />
</ItemGroup>

</Project>
</Project>
14 changes: 5 additions & 9 deletions src/QuickInfo/QuickInfo.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.3</Version>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<Version>1.0.2</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Colourful" Version="3.1.0" />
<PackageReference Include="Colourful" Version="3.2.0" />
<PackageReference Include="Ecoji" Version="1.2.1" />
<PackageReference Include="GuiLabs.MathParser" Version="1.0.9" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="UnicodeInformation" Version="2.7.1" />
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.2.15" />
<PackageReference Include="GitInfo" Version="3.1.0" />
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="1.4.1" />
<PackageReference Include="GitInfo" Version="3.3.3" />
</ItemGroup>

<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>GuiLabs.QuickInfo</PackageId>
Expand All @@ -27,5 +24,4 @@
<RepositoryUrl>https://github.com/KirillOsenkov/QuickInfo</RepositoryUrl>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

</Project>
</Project>

0 comments on commit e177118

Please sign in to comment.