Skip to content

Commit

Permalink
Merge pull request #51 from nunit/snippets
Browse files Browse the repository at this point in the history
Updated some package references
  • Loading branch information
OsirisTerje committed Mar 10, 2019
2 parents a2366bc + 425899b commit f8c0a93
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nunit.templates/Properties/AssemblyInfo.cs
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyFileVersion("1.5.0.0")]
2 changes: 1 addition & 1 deletion nunit.templates/Properties/template-builder.props
Expand Up @@ -17,6 +17,6 @@
<!---
You can set the following property to false to disable creating the template report
-->
<!--<ls-GenerateTemplateReport>false</ls-GenerateTemplateReport>-->
<ls-GenerateTemplateReport>false</ls-GenerateTemplateReport>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion nunit.templates/nunit.templates.csproj
Expand Up @@ -149,7 +149,7 @@
<SubType>Designer</SubType>
</None>
<None Include="Snippets\CSharp\NUnit\nteardown.snippet" />
<None Include="Snippets\CSharp\NUnit\ntestcasesource1.snippet" />
<None Include="Snippets\CSharp\NUnit\ntestcasesource.snippet" />
<None Include="Snippets\CSharp\NUnit\ntestcasesource2.snippet">
<SubType>Designer</SubType>
</None>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<Description>A project that contains .NET Core NUnit 3 unit tests (C#)</Description>
<DefaultName>NUnit.Tests</DefaultName>
<ProjectType>CSharp</ProjectType>
<Category>CSharp</Category>
<Category>CSharp</Category>
<ProjectSubType></ProjectSubType>
<SortOrder>1000</SortOrder>
<CreateNewFolder>true</CreateNewFolder>
Expand Down
2 changes: 1 addition & 1 deletion nunit.tests.core.csharp/nunit.tests.core.csharp.csproj
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="nunit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
</ItemGroup>

Expand Down

0 comments on commit f8c0a93

Please sign in to comment.