Skip to content

Commit

Permalink
Merge pull request #1060 from DuendeSoftware/dom/fix-build-for-preview
Browse files Browse the repository at this point in the history
Minor updates to build
  • Loading branch information
brockallen authored Oct 19, 2022
2 parents a74b0d7 + 72d3b8f commit 836c1a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0.100-rc.1.22431.12'
dotnet-version: |
6.0.x
7.0.100-rc.2.22477.23
- run: dotnet --info

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All"/>
<PackageReference Update="SimpleExec" Version="11.0.0"/>
<PackageReference Update="Bullseye" Version="4.1.0"/>
<PackageReference Update="Bullseye" Version="4.0.0"/>

<!--tests -->
<PackageReference Update="FluentAssertions" Version="5.10.3"/>
Expand Down
2 changes: 1 addition & 1 deletion build/build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 836c1a5

Please sign in to comment.