 72df676c9d
			
		
	
	72df676c9d
	
	
	
		
			
			up conn semaphore add http logging to files update prometheus? downgrade again to net7? temp downgrade to net7 again? net8 for static file server attempt #2 loporrit: MareAPI .NET8 update
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk.Web">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net8.0</TargetFramework>
 | |
|     <ImplicitUsings>enable</ImplicitUsings>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <Content Remove="appsettings.Development.json" />
 | |
|     <Content Remove="appsettings.json" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <None Include="appsettings.Development.json" />
 | |
|     <None Include="appsettings.json">
 | |
|       <CopyToOutputDirectory>Never</CopyToOutputDirectory>
 | |
|     </None>
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="IDisposableAnalyzers" Version="4.0.7">
 | |
|       <PrivateAssets>all</PrivateAssets>
 | |
|       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.6" />
 | |
|     <PackageReference Include="Meziantou.Analyzer" Version="2.0.150">
 | |
|       <PrivateAssets>all</PrivateAssets>
 | |
|       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
 | |
|     </PackageReference>
 | |
|     <PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="8.0.0" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\..\MareAPI\MareSynchronosAPI\MareSynchronos.API.csproj" />
 | |
|     <ProjectReference Include="..\MareSynchronosShared\MareSynchronosShared.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |