Skip to content

Commit

Permalink
Merge pull request #56 from cosullivan/revert-55-dotnet-upgrade-fixup
Browse files Browse the repository at this point in the history
Revert "Dotnet upgrade fixup"
  • Loading branch information
hughesjs authored Jul 24, 2022
2 parents 9a9ba56 + e0c02e6 commit e02c1b1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,4 @@ UpgradeLog*.htm
FakesAssemblies/

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Jetbrains
**/.idea/**
.ntvs_analysis.dat
2 changes: 1 addition & 1 deletion Src/ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<LangVersion>7.2</LangVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Src/Hypermedia.AspNetCore/Hypermedia.AspNetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.3.3</Version>
<FileVersion>1.3.3.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.3.7</Version>
<FileVersion>1.3.7.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Src/Hypermedia.Sample/Hypermedia.Sample.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

</Project>

0 comments on commit e02c1b1

Please sign in to comment.