Projektdateien hinzufügen.
This commit is contained in:
21
SlipItIn.AppHost/SlipItIn.AppHost.csproj
Normal file
21
SlipItIn.AppHost/SlipItIn.AppHost.csproj
Normal file
@@ -0,0 +1,21 @@
|
||||
<Project Sdk="Aspire.AppHost.Sdk/13.2.4">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<UserSecretsId>ca019835-4f70-4807-86e3-3a4ff7bb0df3</UserSecretsId>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MessagePack" Version="3.1.8" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\SlipItIN\SlipItIn.csproj">
|
||||
<SetTargetFramework>TargetFramework=net10.0</SetTargetFramework>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user