Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Fix SharedResources due to .NET 3.0 breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofbantunes committed Jun 10, 2020
1 parent ca56c22 commit a7452af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/CodingMilitia.PlayBall.Auth.Web/Pages/Login.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.ComponentModel.DataAnnotations;
using System.Threading.Tasks;
using CodingMilitia.PlayBall.Auth.Web.Data;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// ReSharper disable once CheckNamespace - moved just because can't be on the same folder as the actual resources
// https://github.com/dotnet/aspnetcore/issues/17733
namespace CodingMilitia.PlayBall.Auth.Web
{
public class SharedResource
{
}
}

This file was deleted.

0 comments on commit a7452af

Please sign in to comment.