Skip to content

Commit

Permalink
update requested dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed Aug 22, 2023
1 parent 330ac55 commit 3321d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x
6.0.x
7.0.x
- name: Restore
run: dotnet restore -bl:restore.binlog
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion src/MSBuildLocator/Microsoft.Build.Locator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net46;net7.0</TargetFrameworks>
<DebugType>full</DebugType>

<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
<AssemblyName>Microsoft.Build.Locator</AssemblyName>
<RootNamespace>Microsoft.Build.Locator</RootNamespace>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 3321d81

Please sign in to comment.