/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.7.6
src/Files.Shared/Files.Shared.csproj
27 строк
1 KB
hishitetsu
Code Quality: Update dependencies - part 1 (#15863)
26 июл 2024, 06:30
Не верифицирован
26 июл 2024, 06:30
47be2f0
Код
Авторство
О чём код?
<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. --> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <IsTrimmable>true</IsTrimmable> <Configurations>Debug;Release;Stable;Preview;Store</Configurations> <Platforms>x86;x64;arm64</Platforms> <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> <DefineConstants>TRACE;DEBUG;NETFX_CORE</DefineConstants> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)' != 'Debug'"> <DefineConstants>TRACE;RELEASE;NETFX_CORE</DefineConstants> <Optimize>true</Optimize> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" /> <PackageReference Include="System.IO.Hashing" Version="8.0.0" /> <PackageReference Include="System.Threading.Tasks.Dataflow" Version="8.0.1" /> </ItemGroup> </Project>