mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
179a27dd26
- Cleaned up identity server pages. - Added paste migration to service worker.
21 lines
611 B
XML
21 lines
611 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<RootNamespace>Teknik.ServiceWorker</RootNamespace>
|
|
<AssemblyName>Teknik.ServiceWorker</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CommandLineParser.NS20" Version="2.3.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Configuration\Configuration.csproj" />
|
|
<ProjectReference Include="..\Teknik\Teknik.csproj" />
|
|
<ProjectReference Include="..\Utilities\Utilities.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|