File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >netstandard2.0</TargetFrameworks >
4- <LangVersion >8 .0</LangVersion >
4+ <LangVersion >9 .0</LangVersion >
55 <Nullable >enable</Nullable >
6+ <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
7+ <DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Postman.xml</DocumentationFile >
8+
9+ <Version >0.2</Version >
10+ <PackageReleaseNotes >
11+ </PackageReleaseNotes >
12+
613 <Authors >Alexander Krylkov</Authors >
714 <Product >Simplify</Product >
815 <Description >Postman collection and environment generation extension for Simplify.Web</Description >
916 <Copyright >Licensed under LGPL</Copyright >
10- <Version >0.2</Version >
1117 <PackageProjectUrl >https://github.com/SimplifyNet/Simplify.Web.Postman</PackageProjectUrl >
1218 <PackageIconUrl >https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl >
1319 <RepositoryUrl >https://github.com/SimplifyNet/Simplify.Web.Postman</RepositoryUrl >
1420 <RepositoryType >GIT</RepositoryType >
1521 <PackageTags >Simplify.Web Postman API</PackageTags >
16- <PackageReleaseNotes >
17- </PackageReleaseNotes >
18- <OutputPath >bin\Any CPU\$(Configuration)\</OutputPath >
19- <DocumentationFile >bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Postman.xml</DocumentationFile >
2022 </PropertyGroup >
2123 <ItemGroup >
2224 <PackageReference Include =" Simplify.Web" Version =" 4.2.*" />
You can’t perform that action at this time.
0 commit comments