-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d6a1fa
commit 05458f9
Showing
2 changed files
with
39 additions
and
47 deletions.
There are no files selected for viewing
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,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" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\QuickInfoWeb\QuickInfoWeb.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.22" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> | ||
<PackageReference Include="xunit" Version="2.5.1" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" PrivateAssets="all" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\QuickInfoWeb\QuickInfoWeb.csproj" /> | ||
</ItemGroup> | ||
</Project> |
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,31 +1,27 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks> | ||
<Version>1.0.2</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Colourful" Version="3.1.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" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageId>GuiLabs.QuickInfo</PackageId> | ||
<Authors>Kirill Osenkov</Authors> | ||
<Owners>Kirill Osenkov</Owners> | ||
<Copyright>© Kirill Osenkov. All rights reserved.</Copyright> | ||
<RequireLicenseAcceptance>false</RequireLicenseAcceptance> | ||
<Description>Quick Info library of instant answers</Description> | ||
<PackageProjectUrl>https://github.com/KirillOsenkov/QuickInfo</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/KirillOsenkov/QuickInfo</RepositoryUrl> | ||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> | ||
</PropertyGroup> | ||
|
||
</Project> | ||
<PropertyGroup> | ||
<Version>1.0.3</Version> | ||
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Colourful" Version="3.1.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.4.1" /> | ||
<PackageReference Include="GitInfo" Version="3.3.3" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageId>GuiLabs.QuickInfo</PackageId> | ||
<Authors>Kirill Osenkov</Authors> | ||
<Owners>Kirill Osenkov</Owners> | ||
<Copyright>© Kirill Osenkov. All rights reserved.</Copyright> | ||
<RequireLicenseAcceptance>false</RequireLicenseAcceptance> | ||
<Description>Quick Info library of instant answers</Description> | ||
<PackageProjectUrl>https://github.com/KirillOsenkov/QuickInfo</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/KirillOsenkov/QuickInfo</RepositoryUrl> | ||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> | ||
</PropertyGroup> | ||
</Project> |