/
shmachilin
/
MathCore
Обзор
Документация
Войти
/
shmachilin
/
MathCore
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
Tests/MathCore.Tests/MathCore.Tests.csproj
54 строки
1 KB
Павел
Обновление версий пакетов в проектах
11 июн 2025, 16:55
11 июн 2025, 16:55
ae3ffa1
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks> net9.0; <!--net4.8;--> </TargetFrameworks> <IsPackable>false</IsPackable> <LangVersion>preview</LangVersion> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <Using Include="System" /> <Using Include="System.Linq" /> <Using Include="System.Collections.Generic" /> <Using Include="System.Threading.Tasks" /> <Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" /> <Using Include="Microsoft.VisualStudio.TestTools.UnitTesting.Extensions" /> </ItemGroup> <PropertyGroup> <NoWarn> 1701;1702; 0219; 8601;8602;8604;8607;8618;8619;8625; 8794 </NoWarn> </PropertyGroup> <ItemGroup> <None Include=".Properties\test.runsettings" /> </ItemGroup> <ItemGroup> <PackageReference Include="MathCore.TestsExtensions" Version="0.1.44" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" /> <PackageReference Include="Moq" Version="4.20.72" /> <PackageReference Include="MSTest.TestAdapter" Version="3.9.2" /> <PackageReference Include="MSTest.TestFramework" Version="3.9.2" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\MathCore\MathCore.csproj" /> </ItemGroup> <ItemGroup> <None Update="Interpolation\InterpolatorNDData.zip"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> </Project>