diff --git a/.github/workflows/dotnet-develop.yml b/.github/workflows/dotnet-develop.yml deleted file mode 100644 index 639bc81..0000000 --- a/.github/workflows/dotnet-develop.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: .NET Develop - -on: - push: - branches: [ "develop" ] - -jobs: - build: - - runs-on: windows-latest - - steps: - - uses: actions/checkout@v3 - - name: Setup .NET6 - uses: actions/setup-dotnet@v2 - with: - dotnet-version: 6.0.x - - name: Setup .NET8 - uses: actions/setup-dotnet@v2 - with: - dotnet-version: 8.0.x - - name: Restore dependencies - run: dotnet restore SmartIOT.Connector.sln - - name: Build - run: dotnet build -c Release --no-restore SmartIOT.Connector.sln - - name: Test - run: dotnet test -c Release --no-build --verbosity normal SmartIOT.Connector.sln diff --git a/Core/SmartIOT.Connector.DependencyInjection/SmartIOT.Connector.DependencyInjection.csproj b/Core/SmartIOT.Connector.DependencyInjection/SmartIOT.Connector.DependencyInjection.csproj index ad6dfa0..fbd473e 100644 --- a/Core/SmartIOT.Connector.DependencyInjection/SmartIOT.Connector.DependencyInjection.csproj +++ b/Core/SmartIOT.Connector.DependencyInjection/SmartIOT.Connector.DependencyInjection.csproj @@ -1,9 +1,19 @@  - net8.0 - enable - enable + net6.0;net8.0 + enable + enable + Luca Domenichini + SmartIOT.Connector Core Library + The SmartIOT.Connector.DependencyInjection library provides extension methods to hook SmartIOT.Connector to Microsoft.Extensions.DependencyInjection DI Container + https://github.com/luca-domenichini/SmartIOT.Connector + https://github.com/luca-domenichini/SmartIOT.Connector.git + git + iot;mqtt;scheduler;connector;automation;snap7;s7net;azure;automation;siemens;plc;s7300;s71200;s71500;modbus + MIT + Luca Domenichini + 1.0.0.0