diff options
Diffstat (limited to 'Aggregator/Main/Main.csproj')
-rw-r--r-- | Aggregator/Main/Main.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Aggregator/Main/Main.csproj b/Aggregator/Main/Main.csproj new file mode 100644 index 0000000..e5e0e16 --- /dev/null +++ b/Aggregator/Main/Main.csproj @@ -0,0 +1,8 @@ +<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
+ </PropertyGroup>
+
+</Project>
|