Skip to content

Commit

Permalink
Removed global.json & changed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-novikov committed Sep 10, 2023
1 parent 7d20aa2 commit 3848615
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 38 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
include-prerelease: true
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -33,12 +32,11 @@ jobs:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.203'
include-prerelease: true
dotnet-version: '7.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build NuGet
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Library for managing DbContext the right way with [Entity Framework Core](https:
[![NuGet version (Slant.Entity)](https://img.shields.io/nuget/v/Slant.Entity.svg?style=flat-square)](https://www.nuget.org/packages/Slant.Entity/)
[![NuGet](https://img.shields.io/nuget/dt/Slant.Entity.svg)](https://www.nuget.org/packages/Slant.Entity)
![Build Status](https://github.com/jonnynovikov/Slant.Entity/actions/workflows/dotnet.yml/badge.svg)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jonnynovikov/Slant.Entity/master/LICENSE.txt)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.txt)

## Overview

Expand Down
25 changes: 0 additions & 25 deletions SharedAssemblyInfo.cs

This file was deleted.

5 changes: 0 additions & 5 deletions global.json

This file was deleted.

0 comments on commit 3848615

Please sign in to comment.