Skip to content

Commit e2f4c37

Browse files
authored
Remove TargetFramework from Oidc project file (#107)
1 parent 82083ba commit e2f4c37

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Oidc/Oidc.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
<Import Project="$(CCResourceProjectProps)" Condition="Exists('$(CCResourceProjectProps)')" />
33

44
<PropertyGroup>
5-
<TargetFramework>net8.0</TargetFramework>
65
<ImplicitUsings>enable</ImplicitUsings>
7-
<Nullable>enable</Nullable>
86
<RootNamespace>Mongo.DB.Extensions.Context.Oidc</RootNamespace>
97
<AssemblyName>Mongo.DB.Extensions.Context.Oidc</AssemblyName>
108
<PackageId>Mongo.DB.Extensions.Context.Oidc</PackageId>

src/ResourceProject.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<TargetFrameworks>$(ResourceProjectTargetFrameworks)</TargetFrameworks>
55
<IsPackable>true</IsPackable>
6-
<LangVersion>10.0</LangVersion>
7-
<Nullable>enable</Nullable>
6+
<LangVersion>10.0</LangVersion>
7+
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)