master
Vitalii Mikhailov 2 years ago
parent 16bcbb313d
commit c74958f1b8
No known key found for this signature in database
GPG Key ID: 954DDABC3A87570A

@ -26,10 +26,10 @@ runs:
submodules: recursive
fetch-depth: 0
- name: Setup .NET 7
- name: Setup .NET 8
uses: actions/setup-dotnet@master
with:
dotnet-version: 7.x.x
dotnet-version: 8.x.x
- name: Setup BUTR GPR
uses: actions/setup-dotnet@master
@ -47,7 +47,7 @@ runs:
shell: pwsh
- name: Build DocFx.Plugin.LastModified
run: dotnet build ${{ github.action_path }}/build/DocFx.Plugin.LastModified --configuration Release --output ${{inputs.docs-directory}}/_template/last-modified/plugins;
run: dotnet publish ${{ github.action_path }}/build/DocFx.Plugin.LastModified --configuration Release --output ${{inputs.docs-directory}}/_template/last-modified/plugins;
shell: pwsh
# When a custom fork is needed

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>LastModifiedPostProcessor</AssemblyName>
<RootNamespace>DocFx.Plugin.LastModified</RootNamespace>
<Version>1.2.5</Version>

Loading…
Cancel
Save