Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
bump nunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
unickq committed Feb 14, 2021
1 parent b234a78 commit 1935312
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/allure-nunit/allure-nunit.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<Version>1.0.0</Version>
Expand All @@ -13,18 +13,16 @@
<RootNamespace>NUnit.Allure</RootNamespace>
<PackageProjectUrl>https://github.com/unickq/allure-nunit</PackageProjectUrl>
<RepositoryUrl>https://github.com/unickq/allure-nunit</RepositoryUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageTags>nunit allure</PackageTags>
<PackageReleaseNotes>Fixed NUnit version</PackageReleaseNotes>
<PackageReleaseNotes></PackageReleaseNotes>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PackageIconUrl></PackageIconUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIcon>logo.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Allure.Commons" Version="3.1.0.6" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="Allure.Commons" Version="3.5.0.4" />
<PackageReference Include="NUnit" Version="3.13.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 1935312

Please sign in to comment.