File tree 2 files changed +4
-6
lines changed 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.3.1" />
12
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2" />
13
14
<PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.10" />
14
15
<PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10" />
Original file line number Diff line number Diff line change 10
10
<PackageReadmeFile >README.md</PackageReadmeFile >
11
11
<RepositoryUrl >https://github.com/jitbit/mapdatareader</RepositoryUrl >
12
12
<PackageLicenseFile >LICENSE</PackageLicenseFile >
13
- <Version >1.0.12 </Version >
13
+ <Version >1.0.2 </Version >
14
14
<PackageTags >aot;source-generator</PackageTags >
15
15
<Description >Super fast mapping of DataReader to custom objects</Description >
16
16
<GenerateDocumentationFile >True</GenerateDocumentationFile >
17
17
</PropertyGroup >
18
18
19
19
<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" />
25
22
</ItemGroup >
26
23
27
24
<ItemGroup >
You can’t perform that action at this time.
0 commit comments