Skip to content

Commit

Permalink
NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Nov 9, 2021
1 parent bd77a72 commit 09bf11c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.202
dotnet-version: 6.0.100

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand Down
16 changes: 6 additions & 10 deletions Analogy.LogViewer.Template/Analogy.LogViewer.Template.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

<PropertyGroup>
<TargetFrameworks>net5.0-windows;net471;net472;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks>net6.0-windows;net5.0-windows;net471;net472;netcoreapp3.1</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<OutputType>Library</OutputType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -21,23 +21,19 @@
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Template implementation to be used as base implementation</PackageReleaseNotes>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>1.9.4</Version>
<Version>2.0.0</Version>
<Nullable>enable</Nullable>
<LangVersion>8.0</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net471|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Analogy.CommonUtilities" Version="1.5.4" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.14.6" />
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="1.0.0">
<PackageReference Include="Analogy.CommonUtilities" Version="1.6.1" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.15.1" />
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="1.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 09bf11c

Please sign in to comment.