File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup Label =" Build" >
4
- <TargetFrameworks >netstandard1.3</TargetFrameworks >
4
+ <TargetFrameworks >netstandard1.3;netstandard2.0 </TargetFrameworks >
5
5
<LangVersion >latest</LangVersion >
6
6
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
7
7
<GenerateDocumentationFile >true</GenerateDocumentationFile >
8
8
<CodeAnalysisRuleSet >../../MinimumRecommendedRulesWithStyleCop.ruleset</CodeAnalysisRuleSet >
9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup Label =" Package" >
12
- <VersionPrefix >1.1 .0</VersionPrefix >
12
+ <VersionPrefix >1.2 .0</VersionPrefix >
13
13
<Authors >Muhammad Rehan Saeed (RehanSaeed.com)</Authors >
14
14
<Product >Object Mapping Boxed</Product >
15
15
<Description >An object to object mapper that does not use reflection.</Description >
You can’t perform that action at this time.
0 commit comments