diff options
author | crupest <crupest@outlook.com> | 2021-04-25 19:30:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-25 19:30:12 +0800 |
commit | b64806226723df9a9deb64e80defc93860896f50 (patch) | |
tree | 51614aa0e229abd3acd423a31eed34756db15f69 /BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj | |
parent | 33925a52d53f95f450a41fdf2b30906ed5ea2a4e (diff) | |
download | timeline-b64806226723df9a9deb64e80defc93860896f50.tar.gz timeline-b64806226723df9a9deb64e80defc93860896f50.tar.bz2 timeline-b64806226723df9a9deb64e80defc93860896f50.zip |
refactor: Remove splitted error code project.
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj')
-rw-r--r-- | BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj b/BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj deleted file mode 100644 index 563e6f93..00000000 --- a/BackEnd/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj +++ /dev/null @@ -1,7 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- </PropertyGroup>
-
-</Project>
|