Skip to content

Commit

Permalink
.NET: Disable target framework end-of-life warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
agdavydov81 committed Apr 12, 2024
1 parent ae8528a commit ed7b39d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<IsPackable>false</IsPackable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(DefineConstants)TRACE;IEEE_ROUND_NEAREST</DefineConstants>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.10.13" />
Expand Down
1 change: 1 addition & 0 deletions csharp/EPAM.Deltix.DFP.Demo/EPAM.Deltix.DFP.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>netcoreapp3.1;net40</TargetFrameworks>
<IsPackable>false</IsPackable>
<RootNamespace>EPAM.Deltix.DFP.Demo</RootNamespace>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\EPAM.Deltix.DFP\EPAM.Deltix.DFP.csproj" />
Expand Down
1 change: 1 addition & 0 deletions csharp/EPAM.Deltix.DFP.Test/EPAM.Deltix.DFP.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<IsPackable>false</IsPackable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<StartupObject>EPAM.Deltix.DFP.Test.Decimal64Test</StartupObject>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MathNet.Numerics.Signed" Version="4.15.0" />
Expand Down
1 change: 1 addition & 0 deletions csharp/EPAM.Deltix.DFP/EPAM.Deltix.DFP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<RepositoryUrl>git@github.com:epam/DFP.git $(VersionSha)</RepositoryUrl>
<PackageTags>.NET Decimal</PackageTags>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\NativeUtils\Zstandard\csharp\src\BitStream.cs" Link="ZStd\BitStream.cs" />
Expand Down
1 change: 1 addition & 0 deletions csharp/EPAM.Deltix.DFPMath/EPAM.Deltix.DFPMath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<RepositoryUrl>git@github.com:epam/DFP.git $(VersionSha)</RepositoryUrl>
<PackageTags>.NET Decimal</PackageTags>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\EPAM.Deltix.DFP\EPAM.Deltix.DFP.csproj" />
Expand Down

0 comments on commit ed7b39d

Please sign in to comment.