File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
<RootNamespace >TestMyCode.CSharp.API</RootNamespace >
6
6
<Nullable >enable</Nullable >
7
+ <AssemblyName >TestMyCode.CSharp.API</AssemblyName >
8
+ </PropertyGroup >
9
+
10
+ <PropertyGroup >
7
11
<PackageId >TestMyCode.CSharp.API</PackageId >
8
12
<Authors >TestMyCode</Authors >
9
- <Product >TestMyCode CSharp API</Product >
13
+ <RepositoryUrl >https://github.com/TMC-CSharp/tmc-csharp-runner.git</RepositoryUrl >
14
+ <RepositoryType >git</RepositoryType >
15
+ <Version >1.0.0.1</Version >
10
16
</PropertyGroup >
11
-
12
17
</Project >
Original file line number Diff line number Diff line change 5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<RootNamespace >TestMyCode.CSharp.Bootstrap</RootNamespace >
7
7
<Nullable >enable</Nullable >
8
+ <AssemblyName >TestMyCode.CSharp.Bootstrap</AssemblyName >
9
+ </PropertyGroup >
10
+
11
+ <PropertyGroup >
12
+ <PackageId >TestMyCode.CSharp.Bootstrap</PackageId >
13
+ <Authors >TestMyCode</Authors >
14
+ <RepositoryUrl >https://github.com/TMC-CSharp/tmc-csharp-runner.git</RepositoryUrl >
15
+ <RepositoryType >git</RepositoryType >
16
+ <Version >1.0.0.1</Version >
8
17
</PropertyGroup >
9
18
10
19
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
<RootNamespace >TestMyCode.CSharp.Core</RootNamespace >
6
6
<Nullable >enable</Nullable >
7
+ <AssemblyName >TestMyCode.CSharp.Core</AssemblyName >
8
+ </PropertyGroup >
9
+
10
+ <PropertyGroup >
11
+ <PackageId >TestMyCode.CSharp.Core</PackageId >
12
+ <Authors >TestMyCode</Authors >
13
+ <RepositoryUrl >https://github.com/TMC-CSharp/tmc-csharp-runner.git</RepositoryUrl >
14
+ <RepositoryType >git</RepositoryType >
15
+ <Version >1.0.1</Version >
7
16
</PropertyGroup >
8
17
9
18
<ItemGroup >
You can’t perform that action at this time.
0 commit comments