File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <ItemGroup >
12+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.3.1" />
1213 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2" />
1314 <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.10" />
1415 <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10" />
Original file line number Diff line number Diff line change 1010 <PackageReadmeFile >README.md</PackageReadmeFile >
1111 <RepositoryUrl >https://github.com/jitbit/mapdatareader</RepositoryUrl >
1212 <PackageLicenseFile >LICENSE</PackageLicenseFile >
13- <Version >1.0.12 </Version >
13+ <Version >1.0.2 </Version >
1414 <PackageTags >aot;source-generator</PackageTags >
1515 <Description >Super fast mapping of DataReader to custom objects</Description >
1616 <GenerateDocumentationFile >True</GenerateDocumentationFile >
1717 </PropertyGroup >
1818
1919 <ItemGroup >
20- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.3" >
21- <PrivateAssets >all</PrivateAssets >
22- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23- </PackageReference >
24- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.3.1" />
20+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.3" PrivateAssets =" all" ExcludeAssets =" runtime" />
21+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.3.1" PrivateAssets =" all" ExcludeAssets =" runtime" />
2522 </ItemGroup >
2623
2724 <ItemGroup >
You can’t perform that action at this time.
0 commit comments