|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFrameworks>netstandard2.1;netcoreapp3.1</TargetFrameworks> |
5 |
| - <LangVersion>8</LangVersion> |
6 |
| - <Nullable>enable</Nullable> |
7 |
| - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
8 |
| - <Version>1.0.0.3</Version> |
9 |
| - <Authors>Twenty</Authors> |
10 |
| - <Company>Twenty</Company> |
11 |
| - <Product>StringyEnums</Product> |
12 |
| - <Description>Provides a slim and fast way for mapping enums to strings.</Description> |
13 |
| - <Copyright>Copyright ©2020 Twenty</Copyright> |
14 |
| - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
15 |
| - <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
16 |
| - <RepositoryUrl>https://github.com/TwentyFourMinutes/StringyEnums</RepositoryUrl> |
17 |
| - <PackageTags>enum enums stringmatching string stringenums</PackageTags> |
18 |
| - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
19 |
| - <Title>StringyEnums</Title> |
20 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>netstandard2.1;netcoreapp3.1;net48;</TargetFrameworks> |
| 5 | + <LangVersion>8</LangVersion> |
| 6 | + <Nullable>enable</Nullable> |
| 7 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 8 | + <Version>1.1.0</Version> |
| 9 | + <Authors>Twenty</Authors> |
| 10 | + <Company>Twenty</Company> |
| 11 | + <Product>StringyEnums</Product> |
| 12 | + <Description>Provides a slim and fast way for mapping enums to strings.</Description> |
| 13 | + <Copyright>Copyright ©2020 Twenty</Copyright> |
| 14 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 15 | + <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
| 16 | + <RepositoryUrl>https://github.com/TwentyFourMinutes/StringyEnums</RepositoryUrl> |
| 17 | + <PackageTags>enum enums stringmatching string stringenums</PackageTags> |
| 18 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 19 | + <Title>StringyEnums</Title> |
| 20 | + </PropertyGroup> |
21 | 21 |
|
22 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
23 |
| - <DocumentationFile>StringyEnums.xml</DocumentationFile> |
24 |
| - </PropertyGroup> |
| 22 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 23 | + <DocumentationFile>StringyEnums.xml</DocumentationFile> |
| 24 | + </PropertyGroup> |
25 | 25 |
|
26 |
| - <ItemGroup> |
27 |
| - <None Include="..\..\..\LICENSE"> |
28 |
| - <Pack>True</Pack> |
29 |
| - <PackagePath></PackagePath> |
30 |
| - </None> |
31 |
| - </ItemGroup> |
| 26 | + <ItemGroup> |
| 27 | + <None Include="..\..\..\LICENSE"> |
| 28 | + <Pack>True</Pack> |
| 29 | + <PackagePath></PackagePath> |
| 30 | + </None> |
| 31 | + </ItemGroup> |
32 | 32 |
|
33 |
| - <ItemGroup> |
34 |
| - <PackageReference Include="BidirectionalDict" Version="1.0.0.4" /> |
35 |
| - <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
36 |
| - </ItemGroup> |
| 33 | + <ItemGroup> |
| 34 | + <PackageReference Include="BidirectionalDict" Version="1.1.0" /> |
| 35 | + <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
| 36 | + </ItemGroup> |
37 | 37 |
|
38 | 38 | </Project>
|
0 commit comments