Skip to content

Commit

Permalink
.net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
KSemenenko committed May 27, 2024
1 parent c4d7e4b commit 678a964
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<RepositoryUrl>https://github.com/managedcode/FeatureChecker</RepositoryUrl>
<PackageProjectUrl>https://github.com/managedcode/FeatureChecker</PackageProjectUrl>
<Product>Managed Code - FeatureChecker</Product>
<Version>0.0.1</Version>
<PackageVersion>0.0.1</PackageVersion>
<Version>0.0.8</Version>
<PackageVersion>0.0.8</PackageVersion>

</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<LangVersion>12</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions ManagedCode.FeatureChecker/ManagedCode.FeatureChecker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetFrameworks>net6.0;net7.0;netstandard2.1</TargetFrameworks>
<LangVersion>11</LangVersion>
<TargetFrameworks>net6.0;net7.0;netstandard2.1;net8.0</TargetFrameworks>
<LangVersion>12</LangVersion>
</PropertyGroup>

<!--NuGet-->
Expand Down

0 comments on commit 678a964

Please sign in to comment.