Skip to content

Commit

Permalink
Merge pull request #73 from tonerdo/target-net60
Browse files Browse the repository at this point in the history
target net60 now
  • Loading branch information
rogusdev authored Jan 30, 2023
2 parents de5898e + 4ab0df0 commit 4643f02
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: '1.0.0.{build}'
image: Visual Studio 2019
image: Visual Studio 2022
configuration:
- Debug
- Release
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "3.1.0",
"version": "6.0.0",
"rollForward": "minor"
},
"projects": ["src", "test"]
Expand Down
2 changes: 1 addition & 1 deletion test/DotNetEnv.Tests/DotNetEnv.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>DotNetEnv.Tests</AssemblyName>
<PackageId>DotNetEnv.Tests</PackageId>
<IsPackable>false</IsPackable>
Expand Down
6 changes: 3 additions & 3 deletions test/DotNetEnvTraverse.Tests/DotNetEnvTraverse.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand All @@ -13,8 +13,8 @@
<PackageReference Include="coverlet.collector" Version="1.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\DotNetEnv\DotNetEnv.csproj" />
<ItemGroup>
<ProjectReference Include="..\..\src\DotNetEnv\DotNetEnv.csproj" />
</ItemGroup>

</Project>

0 comments on commit 4643f02

Please sign in to comment.