File tree 4 files changed +28
-24
lines changed
1_CS/ReflectionAndSourceGenerators/DynamicSamples
4 files changed +28
-24
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <TargetFramework >net6.0</TargetFramework >
5
- <Nullable >enable</Nullable >
6
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <TargetFramework >net6.0</TargetFramework >
5
+ <Nullable >enable</Nullable >
6
+ <ImplicitUsings >enable</ImplicitUsings >
7
+ </PropertyGroup >
7
8
8
9
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <OutputType >Exe</OutputType >
5
- <TargetFramework >net6.0</TargetFramework >
6
- <Nullable >enable</Nullable >
7
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <OutputType >Exe</OutputType >
5
+ <TargetFramework >net6.0</TargetFramework >
6
+ <Nullable >enable</Nullable >
7
+ <ImplicitUsings >enable</ImplicitUsings >
8
+ </PropertyGroup >
8
9
9
10
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <OutputType >Exe</OutputType >
5
- <TargetFramework >net6.0</TargetFramework >
6
- <Nullable >enable</Nullable >
7
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <OutputType >Exe</OutputType >
5
+ <TargetFramework >net6.0</TargetFramework >
6
+ <Nullable >enable</Nullable >
7
+ <ImplicitUsings >enable</ImplicitUsings >
8
+ </PropertyGroup >
8
9
9
- <ItemGroup >
10
- <None Update =" EmployeeList.txt" >
11
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
12
- </None >
13
- </ItemGroup >
10
+ <ItemGroup >
11
+ <None Update =" EmployeeList.txt" >
12
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
13
+ </None >
14
+ </ItemGroup >
14
15
15
16
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <OutputType >Exe</OutputType >
5
- <TargetFramework >net6.0</TargetFramework >
6
- <Nullable >enable</Nullable >
7
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <OutputType >Exe</OutputType >
5
+ <TargetFramework >net6.0</TargetFramework >
6
+ <Nullable >enable</Nullable >
7
+ <ImplicitUsings >enable</ImplicitUsings >
8
+ </PropertyGroup >
8
9
9
10
</Project >
You can’t perform that action at this time.
0 commit comments