/
githubmirror
/
libeconf
Обзор
Документация
Войти
/
githubmirror
/
libeconf
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
bindings/csharp/LibEConf.NET/EConfTest/EConfTest.csproj
24 строки
670 B
Marvin Friedrich
Add C# Bindings (#189)
31 окт 2023, 12:34
Не верифицирован
31 окт 2023, 12:34
df43519
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net7.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\LibEConf.NET\LibEConf.NET.csproj" /> </ItemGroup> <ItemGroup> <Content Include="TestData\**"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> <PackageReference Include="xunit" Version="2.5.3" /> </ItemGroup> </Project>