File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ bin /
2
+ obj /
Original file line number Diff line number Diff line change
1
+ namespace checkout_codeql_test ;
2
+
3
+ public class Class1
4
+ {
5
+
6
+ }
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >net8.0</TargetFramework >
5
+ <RootNamespace >checkout_codeql_test</RootNamespace >
6
+ <ImplicitUsings >enable</ImplicitUsings >
7
+ <Nullable >enable</Nullable >
8
+ </PropertyGroup >
9
+
10
+ <ItemGroup >
11
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
12
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
+ <PrivateAssets >all</PrivateAssets >
14
+ </PackageReference >
15
+ </ItemGroup >
16
+
17
+ </Project >
You can’t perform that action at this time.
0 commit comments