File tree 3 files changed +6
-6
lines changed
DecoratorGenerator.UnitTests
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<ItemGroup >
13
13
<PackageReference Include =" AWSSDK.DynamoDBv2" Version =" 3.7.103.8" />
14
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.7 .0" />
14
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.8 .0" />
15
15
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.NUnit" Version =" 1.1.1" />
16
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.7 .0" />
16
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.8 .0" />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
18
18
<PackageReference Include =" NUnit" Version =" 3.14.0" />
19
19
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
Original file line number Diff line number Diff line change 51
51
<PrivateAssets >all</PrivateAssets >
52
52
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
53
53
</PackageReference >
54
- <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.7 .0" />
55
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.7 .0" />
54
+ <PackageReference Include =" Microsoft.CodeAnalysis.Common" Version =" 4.8 .0" />
55
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.8 .0" />
56
56
<PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 8.0.0" >
57
57
<PrivateAssets >all</PrivateAssets >
58
58
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <ProjectReference Include =" ..\DecoratorGenerator\DecoratorGenerator.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" true" />
14
+ <ProjectReference Include =" ..\DecoratorGenerator\DecoratorGenerator.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" true" />
15
15
</ItemGroup >
16
16
17
17
</Project >
You can’t perform that action at this time.
0 commit comments