Skip to content

Commit

Permalink
Return support of .NET 6.0
Browse files Browse the repository at this point in the history
Rollback to Microsoft.Extensions.Http 8.0.1
  • Loading branch information
a-gubskiy committed Nov 17, 2024
1 parent f860543 commit 5c54b1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<Copyright>Andrew Gubskiy © 2024</Copyright>
<Company>Ukrainian .NET Developer Community</Company>

<Version>1.1.4-beta</Version>
<AssemblyVersion>1.1.4</AssemblyVersion>
<FileVersion>1.1.4</FileVersion>
<PackageVersion>1.1.4-beta</PackageVersion>
<Version>1.1.5-beta</Version>
<AssemblyVersion>1.1.5</AssemblyVersion>
<FileVersion>1.1.5</FileVersion>
<PackageVersion>1.1.5-beta</PackageVersion>

<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/ernado-x/X.Bluesky.git</RepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/X.Bluesky/X.Bluesky.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageTags>bluesky, social networks</PackageTags>
<TargetFrameworks>net8.0;net9.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0;net9.0;netstandard2.1;</TargetFrameworks>
<LangVersion>default</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="all"/>
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="X.Web.MetaExtractor" Version="2.0.4"/>
</ItemGroup>
Expand Down

0 comments on commit 5c54b1f

Please sign in to comment.