Skip to content

Commit

Permalink
#29: Disabled Synergy.Reflection nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej committed Jan 9, 2024
1 parent 978c795 commit 660b55e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>10</LangVersion>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
4 changes: 2 additions & 2 deletions Reflection/Synergy.Reflection/Synergy.Reflection.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net472;net6.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<RunCodeAnalysis>false</RunCodeAnalysis>
<IsPackable>true</IsPackable>
<IsPackable>false</IsPackable>
<PackageVersion>$(Version)</PackageVersion>
<Title>Synergy.Reflection - make it easy</Title>
<Authors>Synergy Marcin Celej</Authors>
Expand Down

0 comments on commit 660b55e

Please sign in to comment.