Skip to content

Commit

Permalink
Use non prerelease dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jvbsl committed Jan 4, 2023
1 parent ab32b5e commit b38a93c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
include-prerelease: true
- name: Build
run: dotnet build --configuration Release
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion engenious.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LiCo" Version="0.2.0.3-alpha" PrivateAssets="all" />
<PackageReference Include="LitGit" Version="0.2.0.56-alpha" PrivateAssets="all" />
<PackageReference Include="LitGit" Version="0.2.0.58-alpha" PrivateAssets="all" />
<PackageReference Include="NVorbis" Version="0.10.4" Exclude="compile" PrivateAssets="compile" />
<PackageReference Include="OpenTK" Version="4.5.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
Expand Down

0 comments on commit b38a93c

Please sign in to comment.