summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web.LegacyRedirects/SMAPI.Web.LegacyRedirects.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-16 20:01:52 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-16 20:01:52 -0400
commit9d86f20ca728811c1da908337a4d5e7a998e5b48 (patch)
tree876f55422670da087740520731007e68e226678a /src/SMAPI.Web.LegacyRedirects/SMAPI.Web.LegacyRedirects.csproj
parent5e6f1640dcb8e30a44f8ff07572874850b12cc2e (diff)
downloadSMAPI-9d86f20ca728811c1da908337a4d5e7a998e5b48.tar.gz
SMAPI-9d86f20ca728811c1da908337a4d5e7a998e5b48.tar.bz2
SMAPI-9d86f20ca728811c1da908337a4d5e7a998e5b48.zip
migrate subdomain redirects to Azure
Diffstat (limited to 'src/SMAPI.Web.LegacyRedirects/SMAPI.Web.LegacyRedirects.csproj')
-rw-r--r--src/SMAPI.Web.LegacyRedirects/SMAPI.Web.LegacyRedirects.csproj21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/SMAPI.Web.LegacyRedirects/SMAPI.Web.LegacyRedirects.csproj b/src/SMAPI.Web.LegacyRedirects/SMAPI.Web.LegacyRedirects.csproj
deleted file mode 100644
index 15ca7272..00000000
--- a/src/SMAPI.Web.LegacyRedirects/SMAPI.Web.LegacyRedirects.csproj
+++ /dev/null
@@ -1,21 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>netcoreapp3.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <Content Remove="aws-beanstalk-tools-defaults.json" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.2" />
- <PackageReference Include="Pathoschild.Http.FluentClient" Version="4.0.0" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\SMAPI.Toolkit.CoreInterfaces\SMAPI.Toolkit.CoreInterfaces.csproj" />
- <ProjectReference Include="..\SMAPI.Toolkit\SMAPI.Toolkit.csproj" />
- </ItemGroup>
-
-</Project>