Skip to content

Commit

Permalink
Remove net 5
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Apr 2, 2024
1 parent 7331333 commit 6c9f3a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
dotnet-version: |
2.1.x
3.1.x
5.0.x
6.0.x
- name: Clean package cache as a temporary workaround for https://github.com/actions/setup-dotnet/issues/155
working-directory: ./source
Expand All @@ -58,7 +57,6 @@ jobs:
dotnet-version: |
2.1.x
3.1.x
5.0.x
6.0.x
- uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -108,7 +106,6 @@ jobs:
dotnet-version: |
2.1.x
3.1.x
5.0.x
6.0.x
- name: Clean package cache as a temporary workaround for https://github.com/actions/setup-dotnet/issues/155
working-directory: ./source
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
dotnet-version: |
2.1.x
3.1.x
5.0.x
6.0.x
- name: Clean package cache as a temporary workaround for https://github.com/actions/setup-dotnet/issues/155
working-directory: ./source
Expand All @@ -40,7 +39,6 @@ jobs:
dotnet-version: |
2.1.x
3.1.x
5.0.x
6.0.x
- name: Clean package cache as a temporary workaround for https://github.com/actions/setup-dotnet/issues/155
working-directory: ./source
Expand All @@ -62,7 +60,6 @@ jobs:
dotnet-version: |
2.1.x
3.1.x
5.0.x
6.0.x
- uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -112,7 +109,6 @@ jobs:
dotnet-version: |
2.1.x
3.1.x
5.0.x
6.0.x
- name: Clean package cache as a temporary workaround for https://github.com/actions/setup-dotnet/issues/155
working-directory: ./source
Expand Down
2 changes: 1 addition & 1 deletion source/Handlebars/Handlebars.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>Handlebars</AssemblyName>
<ProjectGuid>9822C7B8-7E51-42BC-9A49-72A10491B202</ProjectGuid>
<TargetFrameworks>netstandard1.3;netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
<TargetFrameworks>netstandard1.3;netstandard2.0;netstandard2.1;net6</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);net451;net452;net46</TargetFrameworks>
<Version>2.0.0</Version>
<RootNamespace>HandlebarsDotNet</RootNamespace>
Expand Down

0 comments on commit 6c9f3a4

Please sign in to comment.