File tree Expand file tree Collapse file tree 6 files changed +68
-83
lines changed Expand file tree Collapse file tree 6 files changed +68
-83
lines changed Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
5
5
<add key =" Package source 1" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
6
+ <add key =" WPILib" value =" https://wpilib.jfrog.io/artifactory/api/nuget/wpilib-nuget-development-local/" />
6
7
</packageSources >
7
- </configuration >
8
+ </configuration >
Original file line number Diff line number Diff line change 9
9
<EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
10
10
</PropertyGroup >
11
11
12
-
13
- <ItemGroup >
14
- <Content Include =" runtimes\**" PackagePath =" runtimes" />
15
- </ItemGroup >
16
-
17
12
<ItemGroup >
18
- <None Include =" runtimes\win-x64\native\cscore.dll" Link =" cscore.dll" CopyToOutputDirectory =" Always" />
13
+ <ProjectReference Include =" ..\wpiutil\wpiutil.csproj" />
14
+ <ProjectReference Include =" ..\wpinet\wpinet.csproj" />
19
15
</ItemGroup >
20
16
21
17
<ItemGroup >
22
- <ProjectReference Include =" ..\wpiutil\wpiutil.csproj" />
23
- <ProjectReference Include =" ..\wpinet\wpinet.csproj" />
18
+ <PackageReference Include =" FRC.CsCore.runtime" Version =" 2024.3.2-137-geb3635e" />
24
19
</ItemGroup >
25
20
26
21
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <RootNamespace >WPIHal</RootNamespace >
5
- <AssemblyName >FRC.WPIHal</AssemblyName >
6
- <NoWarn >1591;CA1401;1570</NoWarn >
7
- <EnableNETAnalyzers >true</EnableNETAnalyzers >
8
- <AnalysisLevel >latest</AnalysisLevel >
9
- <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
10
- </PropertyGroup >
11
-
12
- <ItemGroup >
13
- <ProjectReference Include =" ..\wpiutil\wpiutil.csproj" />
14
- <ProjectReference Include =" ..\wpinet\wpinet.csproj" />
15
- </ItemGroup >
16
-
17
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <RootNamespace >WPIHal</RootNamespace >
5
+ <AssemblyName >FRC.WPIHal</AssemblyName >
6
+ <NoWarn >1591;CA1401;1570</NoWarn >
7
+ <EnableNETAnalyzers >true</EnableNETAnalyzers >
8
+ <AnalysisLevel >latest</AnalysisLevel >
9
+ <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
10
+ </PropertyGroup >
11
+
12
+ <ItemGroup >
13
+ <ProjectReference Include =" ..\wpiutil\wpiutil.csproj" />
14
+ <ProjectReference Include =" ..\wpinet\wpinet.csproj" />
15
+ </ItemGroup >
16
+
17
+ <ItemGroup >
18
+ <PackageReference Include =" FRC.WPIHal.runtime" Version =" 2024.3.2-137-geb3635e" />
19
+ </ItemGroup >
20
+
21
+ </Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <RootNamespace >NetworkTables</RootNamespace >
5
- <AssemblyName >FRC.NetworkTables</AssemblyName >
6
- <NoWarn >1591;CA1401;1570</NoWarn >
7
- <EnableNETAnalyzers >true</EnableNETAnalyzers >
8
- <AnalysisLevel >latest</AnalysisLevel >
9
- <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
10
- </PropertyGroup >
11
-
12
- <ItemGroup >
13
- <Content Include =" runtimes\**" PackagePath =" runtimes" />
14
- </ItemGroup >
15
-
16
- <ItemGroup >
17
- <None Include =" runtimes\win-x64\native\ntcore.dll" Link =" ntcore.dll" CopyToOutputDirectory =" Always" />
18
- </ItemGroup >
19
-
20
- <ItemGroup >
21
- <ProjectReference Include =" ..\wpiutil\wpiutil.csproj" />
22
- <ProjectReference Include =" ..\wpinet\wpinet.csproj" />
23
- </ItemGroup >
24
-
25
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <RootNamespace >NetworkTables</RootNamespace >
5
+ <AssemblyName >FRC.NetworkTables</AssemblyName >
6
+ <NoWarn >1591;CA1401;1570</NoWarn >
7
+ <EnableNETAnalyzers >true</EnableNETAnalyzers >
8
+ <AnalysisLevel >latest</AnalysisLevel >
9
+ <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
10
+ </PropertyGroup >
11
+
12
+ <ItemGroup >
13
+ <ProjectReference Include =" ..\wpiutil\wpiutil.csproj" />
14
+ <ProjectReference Include =" ..\wpinet\wpinet.csproj" />
15
+ </ItemGroup >
16
+
17
+ <ItemGroup >
18
+ <PackageReference Include =" FRC.NetworkTables.runtime" Version =" 2024.3.2-137-geb3635e" />
19
+ </ItemGroup >
20
+
21
+ </Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <RootNamespace >WPINet</RootNamespace >
5
- <AssemblyName >FRC.WPINet</AssemblyName >
6
- <NoWarn >1591;CA1401</NoWarn >
7
- <EnableNETAnalyzers >true</EnableNETAnalyzers >
8
- <AnalysisLevel >latest</AnalysisLevel >
9
- <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
10
- </PropertyGroup >
11
-
12
- <ItemGroup >
13
- <Content Include =" runtimes\**" PackagePath =" runtimes" />
14
- </ItemGroup >
15
-
16
- <ItemGroup >
17
- <None Include =" runtimes\win-x64\native\wpinet.dll" Link =" wpinet.dll" CopyToOutputDirectory =" Always" />
18
- </ItemGroup >
19
-
20
- <ItemGroup >
21
- <ProjectReference Include =" ..\wpiutil\wpiutil.csproj" />
22
- </ItemGroup >
23
-
24
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <RootNamespace >WPINet</RootNamespace >
5
+ <AssemblyName >FRC.WPINet</AssemblyName >
6
+ <NoWarn >1591;CA1401</NoWarn >
7
+ <EnableNETAnalyzers >true</EnableNETAnalyzers >
8
+ <AnalysisLevel >latest</AnalysisLevel >
9
+ <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
10
+ </PropertyGroup >
11
+
12
+ <ItemGroup >
13
+ <ProjectReference Include =" ..\wpiutil\wpiutil.csproj" />
14
+ </ItemGroup >
15
+
16
+ <ItemGroup >
17
+ <PackageReference Include =" FRC.WPINet.runtime" Version =" 2024.3.2-137-geb3635e" />
18
+ </ItemGroup >
19
+
20
+ </Project >
Original file line number Diff line number Diff line change 9
9
<EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
10
10
</PropertyGroup >
11
11
12
- <ItemGroup >
13
- <Content Include =" runtimes\**" PackagePath =" runtimes" />
14
- </ItemGroup >
15
-
16
- <ItemGroup >
17
- <None Include =" runtimes\win-x64\native\wpiutil.dll" Link =" wpiutil.dll" CopyToOutputDirectory =" Always" />
18
- </ItemGroup >
19
-
20
12
<ItemGroup >
21
13
<PackageReference Include =" CommunityToolkit.Diagnostics" Version =" 8.2.2" />
14
+ <PackageReference Include =" FRC.WPIUtil.runtime" Version =" 2024.3.2-137-geb3635e" />
22
15
<PackageReference Include =" Google.Protobuf" Version =" 3.21.12" />
23
16
<PackageReference Include =" UnitsNet" Version =" 5.42.0" />
24
17
<PackageReference Include =" UnitsNet.NumberExtensions" Version =" 5.42.0" />
You can’t perform that action at this time.
0 commit comments