diff options
author | crupest <crupest@outlook.com> | 2020-01-18 00:50:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-18 00:50:31 +0800 |
commit | 4ec507df6251bc1dae5204fdc6aaf14ddbb268f6 (patch) | |
tree | 8479cc9af91a7e7b1c0c60a0abc778244359bdbd /Timeline.ErrorCodes/Timeline.ErrorCodes.csproj | |
parent | 631731e5c2253116a53fdc435afca184251a34fc (diff) | |
download | timeline-4ec507df6251bc1dae5204fdc6aaf14ddbb268f6.tar.gz timeline-4ec507df6251bc1dae5204fdc6aaf14ddbb268f6.tar.bz2 timeline-4ec507df6251bc1dae5204fdc6aaf14ddbb268f6.zip |
...
Diffstat (limited to 'Timeline.ErrorCodes/Timeline.ErrorCodes.csproj')
-rw-r--r-- | Timeline.ErrorCodes/Timeline.ErrorCodes.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj b/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj new file mode 100644 index 00000000..01ca2568 --- /dev/null +++ b/Timeline.ErrorCodes/Timeline.ErrorCodes.csproj @@ -0,0 +1,7 @@ +<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
+ </PropertyGroup>
+
+</Project>
|