Skip to content

Commit b147ecc

Browse files
Merge branch 'develop' of https://github.com/reportportal/agent-dotnet-reqnroll into develop
2 parents 0b0c62c + d874bcf commit b147ecc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88

99
Build:
10-
runs-on: windows-latest
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout

src/ReportPortal.ReqnrollPlugin/ReportPortal.ReqnrollPlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net462;netstandard2.0;</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;</TargetFrameworks>
55
<PackageId>ReportPortal.Reqnroll</PackageId>
66

77
<Description>Reqnroll plugin for reporting test results to https://reportportal.io</Description>

test/ReportPortal.ReqnrollPlugin.Tests/ReportPortal.ReqnrollPlugin.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net471;netcoreapp3.1;</TargetFrameworks>
4+
<TargetFrameworks>net10.0;</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)