Skip to content

Commit

Permalink
Supported .NET frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
hbulens committed Dec 22, 2023
1 parent b8556b9 commit 980c017
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions src/core/Dime.Linq.csproj
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net461;net5.0;net6.0</TargetFrameworks>
<Version>1.3.5</Version>
<TargetFrameworks>net461;net48;net8.0</TargetFrameworks>
<Version>1.3.6</Version>
<Authors>Dime Software</Authors>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Extensions for the LINQ library</Description>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/dimenics/linq</RepositoryUrl>
<RepositoryUrl>https://github.com/dimesoftware/linq</RepositoryUrl>
<PackageIconUrl>https://cdn.dime-software.com/dime-software/logo-shape.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/dimenics/linq</PackageProjectUrl>
<PackageTags>utilities;linq;dotnet;csharp</PackageTags>
<Copyright>Copyright © 2021</Copyright>
<Copyright>Copyright © 2023</Copyright>
<PackageTags>linq</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>1.3.5.0</AssemblyVersion>
<FileVersion>1.3.5.0</FileVersion>
<AssemblyVersion>1.3.6.0</AssemblyVersion>
<FileVersion>1.3.6.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/test/Dime.Linq.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net461;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>net461;net48;net8.0</TargetFrameworks>

<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 980c017

Please sign in to comment.