File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net5 .0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
+ <LangVersion >latest</LangVersion >
7
8
<OutputType >Library</OutputType >
8
9
<IsPackable >true</IsPackable >
9
10
<Title >DigitalRuby.SimpleDi</Title >
10
11
<Description >Simple, declarative dependency injection and configuration using attributes - without all the boilerplate code.</Description >
11
- <Version >1.0.8 </Version >
12
+ <Version >1.0.9 </Version >
12
13
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
13
14
<Company >Digital Ruby, LLC</Company >
14
15
<Copyright >(c) 2022-Present Digital Ruby, LLC</Copyright >
18
19
<PackageReadmeFile >Readme.md</PackageReadmeFile >
19
20
<RepositoryUrl >https://github.com/DigitalRuby/SimpleDi</RepositoryUrl >
20
21
<PackageTags >di;dependency;injection;reflection;configuration;C#;.NET;easy;simple;servicecollection;webhost;hostbuilder</PackageTags >
21
- <PackageReleaseNotes >Throw exception if configuration cannot bind </PackageReleaseNotes >
22
+ <PackageReleaseNotes >Support .NET 5 </PackageReleaseNotes >
22
23
<PackageLicenseExpression >MIT</PackageLicenseExpression >
23
24
<PackageIcon >icon.png</PackageIcon >
24
25
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments