Skip to content

Commit

Permalink
update packages. cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gubskiy committed Sep 26, 2018
1 parent 84ab5aa commit 0573a66
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/X.Web.Sitemap.Examples/X.Web.Sitemap.Examples.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.IO;
using NUnit.Framework;

Expand Down
4 changes: 1 addition & 3 deletions src/X.Web.Sitemap.Tests/TestFileSystemWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.IO;

namespace X.Web.Sitemap.Tests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NUnit.Framework;

namespace X.Web.Sitemap.Tests.UnitTests.SitemapIndexGeneratorTests
Expand Down
6 changes: 3 additions & 3 deletions src/X.Web.Sitemap.Tests/X.Web.Sitemap.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.1" />
<PackageReference Include="NUnit" Version="3.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
<PackageReference Include="Shouldly" Version="3.0.0" />
<PackageReference Include="Shouldly" Version="3.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\X.Web.Sitemap\X.Web.Sitemap.csproj" />
Expand Down
3 changes: 1 addition & 2 deletions src/X.Web.Sitemap/ChangeFrequency.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Xml.Serialization;
using System.Xml.Serialization;

namespace X.Web.Sitemap
{
Expand Down

0 comments on commit 0573a66

Please sign in to comment.